#8E2D0D

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

Shades of Burnt Umber #8E2D0D

Tints of Burnt Umber #8E2D0D

Color information

#8E2D0D (or 0x8E2D0D) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2D and 0D. RGB value is (142,45,13). Sum of RGB (Red+Green+Blue) = 142+45+13=200 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2D0D is #71D2F2. Grayscale: #464646. Windows color (decimal): -7459571 or 863630. OLE color: 863630.

HSL color Cylindrical-coordinate representation of color #8E2D0D: hue angle of 14.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E2D0D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1424513-
CMYK00.680.910.44
HSL14.88º83.23%30.39%-
HSV(B)14.88º90.85%55.69%-
XYZ12.177.661.22-
YUV70.3595.64179.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=71%
G=22.5%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142451300.680.910.4414.8883.2330.39
Hex8E2DD0445B2Cf531e
Octal21655150104133541712336
Binary1000111010110111010100010010110111011001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,13); }

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

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

 a { background-color: rgb(142,45,13); }

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

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

 span { border-color: rgb(142,45,13); }

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