#8e2914

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

Shades of Burnt Umber #8E2914

Tints of Burnt Umber #8E2914

Color information

#8E2914 (or 0x8E2914) is unknown color: approx Burnt Umber. HEX triplet: 8E, 29 and 14. RGB value is (142,41,20). Sum of RGB (Red+Green+Blue) = 142+41+20=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2914 is #71D6EB. Grayscale: #444444. Windows color (decimal): -7460588 or 1321358. OLE color: 1321358.

HSL color Cylindrical-coordinate representation of color #8E2914: hue angle of 10.33º 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 #8E2914 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1424120-
CMYK00.710.860.44
HSL10.33º75.31%31.76%-
HSV(B)10.33º85.92%55.69%-
XYZ12.077.391.45-
YUV68.81100.46180.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=69.95%
G=20.20%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142412000.710.860.4410.3375.3131.76
Hex8E2914047562Ca4b20
Octal21651240107126541211340
Binary100011101010011010001000111101011010110010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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