#872D0F

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

Shades of Burnt Umber #872D0F

Tints of Burnt Umber #872D0F

Color information

#872D0F (or 0x872D0F) is unknown color: approx Burnt Umber. HEX triplet: 87, 2D and 0F. RGB value is (135,45,15). Sum of RGB (Red+Green+Blue) = 135+45+15=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #872D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D0F is #78D2F0. Grayscale: #444444. Windows color (decimal): -7918321 or 994695. OLE color: 994695.

HSL color Cylindrical-coordinate representation of color #872D0F: hue angle of 15º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #872D0F is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1354515-
CMYK00.670.890.47
HSL15º80%29.41%-
HSV(B)15º88.89%52.94%-
XYZ11.027.061.23-
YUV68.4997.82175.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=69.23%
G=23.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135451500.670.890.47158029.41
Hex872DF043592Ff501d
Octal20755170103131571712035
Binary1000011110110111110100001110110011011111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,45,15); }

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

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

 a { background-color: rgb(135,45,15); }

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

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

 span { border-color: rgb(135,45,15); }

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