#8E3114

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

Shades of Burnt Umber #8E3114

Tints of Burnt Umber #8E3114

Color information

#8E3114 (or 0x8E3114) is unknown color: approx Burnt Umber. HEX triplet: 8E, 31 and 14. RGB value is (142,49,20). Sum of RGB (Red+Green+Blue) = 142+49+20=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3114 is #71CEEB. Grayscale: #494949. Windows color (decimal): -7458540 or 1323406. OLE color: 1323406.

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

Color convert

RGB1424920-
CMYK00.650.860.44
HSL14.26º75.31%31.76%-
HSV(B)14.26º85.92%55.69%-
XYZ12.3881.55-
YUV73.597.81176.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.30%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=67.30%
G=23.22%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142492000.650.860.4414.2675.3131.76
Hex8E3114041562Ce4b20
Octal21661240101126541611340
Binary100011101100011010001000001101011010110011101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,20); }

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

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

 a { background-color: rgb(142,49,20); }

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

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

 span { border-color: rgb(142,49,20); }

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