#8E2A15

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

Shades of Burnt Umber #8E2A15

Tints of Burnt Umber #8E2A15

Color information

#8E2A15 (or 0x8E2A15) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2A and 15. RGB value is (142,42,21). Sum of RGB (Red+Green+Blue) = 142+42+21=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2A15 is #71D5EA. Grayscale: #454545. Windows color (decimal): -7460331 or 1387150. OLE color: 1387150.

HSL color Cylindrical-coordinate representation of color #8E2A15: hue angle of 10.41º degrees, saturation: 0.74, 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 #8E2A15 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1424221-
CMYK00.700.850.44
HSL10.41º74.23%31.96%-
HSV(B)10.41º85.21%55.69%-
XYZ12.127.461.51-
YUV69.51100.63179.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=69.27%
G=20.49%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142422100.700.850.4410.4174.2331.96
Hex8E2A15046552Ca4a20
Octal21652250106125541211240
Binary100011101010101010101000110101010110110010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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