#872A0E

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

Shades of Burnt Umber #872A0E

Tints of Burnt Umber #872A0E

Color information

#872A0E (or 0x872A0E) is unknown color: approx Burnt Umber. HEX triplet: 87, 2A and 0E. RGB value is (135,42,14). Sum of RGB (Red+Green+Blue) = 135+42+14=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #872A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A0E is #78D5F1. Grayscale: #424242. Windows color (decimal): -7919090 or 928391. OLE color: 928391.

HSL color Cylindrical-coordinate representation of color #872A0E: hue angle of 13.88º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #872A0E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1354214-
CMYK00.690.900.47
HSL13.88º81.21%29.22%-
HSV(B)13.88º89.63%52.94%-
XYZ10.96.841.16-
YUV66.6198.31176.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=70.68%
G=21.99%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135421400.690.900.4713.8881.2129.22
Hex872AE0455A2Fe511d
Octal20752160105132571612135
Binary1000011110101011100100010110110101011111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A0E; }

 p { color: rgb(135,42,14); }

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

<style>
 a { background-color: #872A0E; }

 a { background-color: rgb(135,42,14); }

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

<style>
 span { border-color: #872A0E; }

 span { border-color: rgb(135,42,14); }

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