#872F11

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

Shades of Burnt Umber #872F11

Tints of Burnt Umber #872F11

Color information

#872F11 (or 0x872F11) is unknown color: approx Burnt Umber. HEX triplet: 87, 2F and 11. RGB value is (135,47,17). Sum of RGB (Red+Green+Blue) = 135+47+17=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #872F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872F11 is #78D0EE. Grayscale: #464646. Windows color (decimal): -7917807 or 1126279. OLE color: 1126279.

HSL color Cylindrical-coordinate representation of color #872F11: hue angle of 15.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872F11 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1354717-
CMYK00.650.870.47
HSL15.25º77.63%29.8%-
HSV(B)15.25º87.41%52.94%-
XYZ11.117.221.34-
YUV69.8998.15174.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=67.84%
G=23.62%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135471700.650.870.4715.2577.6329.8
Hex872F11041572Ff4e1e
Octal20757210101127571711636
Binary10000111101111100010100000110101111011111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,47,17); }

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

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

 a { background-color: rgb(135,47,17); }

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

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

 span { border-color: rgb(135,47,17); }

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