#8E2C0D

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

Shades of Burnt Umber #8E2C0D

Tints of Burnt Umber #8E2C0D

Color information

#8E2C0D (or 0x8E2C0D) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2C and 0D. RGB value is (142,44,13). Sum of RGB (Red+Green+Blue) = 142+44+13=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2C0D is #71D3F2. Grayscale: #454545. Windows color (decimal): -7459827 or 863374. OLE color: 863374.

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

Color convert

RGB1424413-
CMYK00.690.910.44
HSL14.42º83.23%30.39%-
HSV(B)14.42º90.85%55.69%-
XYZ12.137.581.2-
YUV69.7795.97179.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=71.36%
G=22.11%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142441300.690.910.4414.4283.2330.39
Hex8E2CD0455B2Ce531e
Octal21654150105133541612336
Binary1000111010110011010100010110110111011001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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