#8E2F0D

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

Shades of Burnt Umber #8E2F0D

Tints of Burnt Umber #8E2F0D

Color information

#8E2F0D (or 0x8E2F0D) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2F and 0D. RGB value is (142,47,13). Sum of RGB (Red+Green+Blue) = 142+47+13=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2F0D is #71D0F2. Grayscale: #474747. Windows color (decimal): -7459059 or 864142. OLE color: 864142.

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

Color convert

RGB1424713-
CMYK00.670.910.44
HSL15.81º83.23%30.39%-
HSV(B)15.81º90.85%55.69%-
XYZ12.247.811.24-
YUV71.5394.97178.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.30%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=70.30%
G=23.27%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142471300.670.910.4415.8183.2330.39
Hex8E2FD0435B2C10531e
Octal21657150103133542012336
Binary10001110101111110101000011101101110110010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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