#872E1F

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

Shades of Burnt Umber #872E1F

Tints of Burnt Umber #872E1F

Color information

#872E1F (or 0x872E1F) is unknown color: approx Burnt Umber. HEX triplet: 87, 2E and 1F. RGB value is (135,46,31). Sum of RGB (Red+Green+Blue) = 135+46+31=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E1F is #78D1E0. Grayscale: #474747. Windows color (decimal): -7918049 or 2043527. OLE color: 2043527.

HSL color Cylindrical-coordinate representation of color #872E1F: hue angle of 8.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #872E1F is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1354631-
CMYK00.660.770.47
HSL8.65º62.65%32.55%-
HSV(B)8.65º77.04%52.94%-
XYZ11.227.22.1-
YUV70.9105.49173.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.68%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=63.68%
G=21.70%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135463100.660.770.478.6562.6532.55
Hex872E1F0424D2F93f21
Octal2075637010211557117741
Binary10000111101110111110100001010011011011111001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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