#8e2a19

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

Shades of Burnt Umber #8E2A19

Tints of Burnt Umber #8E2A19

Color information

#8E2A19 (or 0x8E2A19) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2A and 19. RGB value is (142,42,25). Sum of RGB (Red+Green+Blue) = 142+42+25=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2A19 is #71D5E6. Grayscale: #464646. Windows color (decimal): -7460327 or 1649294. OLE color: 1649294.

HSL color Cylindrical-coordinate representation of color #8E2A19: hue angle of 8.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E2A19 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1424225-
CMYK00.700.820.44
HSL8.72º70.06%32.75%-
HSV(B)8.72º82.39%55.69%-
XYZ12.167.481.72-
YUV69.96102.63179.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=67.94%
G=20.10%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142422500.700.820.448.7270.0632.75
Hex8E2A19046522C94621
Octal21652310106122541110641
Binary100011101010101100101000110101001010110010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,42,25); }

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

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

 a { background-color: rgb(142,42,25); }

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

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

 span { border-color: rgb(142,42,25); }

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