#8E3516

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

Shades of Burnt Umber #8E3516

Tints of Burnt Umber #8E3516

Color information

#8E3516 (or 0x8E3516) is unknown color: approx Burnt Umber. HEX triplet: 8E, 35 and 16. RGB value is (142,53,22). Sum of RGB (Red+Green+Blue) = 142+53+22=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3516 is #71CAE9. Grayscale: #4C4C4C. Windows color (decimal): -7457514 or 1455502. OLE color: 1455502.

HSL color Cylindrical-coordinate representation of color #8E3516: hue angle of 15.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E3516 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1425322-
CMYK00.630.850.44
HSL15.5º73.17%32.16%-
HSV(B)15.5º84.51%55.69%-
XYZ12.578.351.71-
YUV76.0897.49175.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=65.44%
G=24.42%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142532200.630.850.4415.573.1732.16
Hex8E351603F552Cf4920
Octal2166526077125541711140
Binary10001110110101101100111111101010110110011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3516; }

 p { color: rgb(142,53,22); }

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

<style>
 a { background-color: #8E3516; }

 a { background-color: rgb(142,53,22); }

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

<style>
 span { border-color: #8E3516; }

 span { border-color: rgb(142,53,22); }

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