#872E0E

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

Shades of Burnt Umber #872E0E

Tints of Burnt Umber #872E0E

Color information

#872E0E (or 0x872E0E) is unknown color: approx Burnt Umber. HEX triplet: 87, 2E and 0E. RGB value is (135,46,14). Sum of RGB (Red+Green+Blue) = 135+46+14=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #872E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872E0E is #78D1F1. Grayscale: #454545. Windows color (decimal): -7918066 or 929415. OLE color: 929415.

HSL color Cylindrical-coordinate representation of color #872E0E: hue angle of 15.87º 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 #872E0E is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1354614-
CMYK00.660.900.47
HSL15.87º81.21%29.22%-
HSV(B)15.87º89.63%52.94%-
XYZ11.057.141.21-
YUV68.9696.99175.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=69.23%
G=23.59%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135461400.660.900.4715.8781.2129.22
Hex872EE0425A2F10511d
Octal20756160102132572012135
Binary10000111101110111001000010101101010111110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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