#98361C

Color #98361C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #98361C

Tints of Burnt Umber #98361C

Color information

#98361C (or 0x98361C) is unknown color: approx Burnt Umber. HEX triplet: 98, 36 and 1C. RGB value is (152,54,28). Sum of RGB (Red+Green+Blue) = 152+54+28=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98361C is #67C9E3. Grayscale: #505050. Windows color (decimal): -6801892 or 1848984. OLE color: 1848984.

HSL color Cylindrical-coordinate representation of color #98361C: hue angle of 12.58º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98361C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1525428-
CMYK00.640.820.40
HSL12.58º68.89%35.29%-
HSV(B)12.58º81.58%59.61%-
XYZ14.489.42.15-
YUV80.3498.47179.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=64.96%
G=23.08%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152542800.640.820.4012.5868.8935.29
Hex98361C0405228d4523
Octal23066340100122501510543
Binary100110001101101110001000000101001010100011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98361C; }

 p { color: rgb(152,54,28); }

 H1.HeaderClassName
 {
   color: #98361C;
 }
 .AnyTagClassName
 {
   color: #98361C;
 }
</style>
background-color css

<style>
 a { background-color: #98361C; }

 a { background-color: rgb(152,54,28); }

 div.DivClassName
 {
   background-color: #98361C;
 }
 .BgClassName
 {
   background-color: #98361C;
 }
</style>
border-color css

<style>
 span { border-color: #98361C; }

 span { border-color: rgb(152,54,28); }

 td.TdClassName
 {
   border-color: #98361C;
 }
 .TagClassName
 {
   border-color: #98361C;
 }
</style>