#8E280F

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

Shades of Burnt Umber #8E280F

Tints of Burnt Umber #8E280F

Color information

#8E280F (or 0x8E280F) is unknown color: approx Burnt Umber. HEX triplet: 8E, 28 and 0F. RGB value is (142,40,15). Sum of RGB (Red+Green+Blue) = 142+40+15=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E280F is #71D7F0. Grayscale: #434343. Windows color (decimal): -7460849 or 993422. OLE color: 993422.

HSL color Cylindrical-coordinate representation of color #8E280F: hue angle of 11.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E280F is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1424015-
CMYK00.720.890.44
HSL11.81º80.89%30.78%-
HSV(B)11.81º89.44%55.69%-
XYZ127.31.23-
YUV67.6598.29181.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.08%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=72.08%
G=20.30%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142401500.720.890.4411.8180.8930.78
Hex8E28F048592Cc511f
Octal21650170110131541412137
Binary1000111010100011110100100010110011011001100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,15); }

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

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

 a { background-color: rgb(142,40,15); }

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

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

 span { border-color: rgb(142,40,15); }

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