#872F24

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

Shades of Burnt Umber #872F24

Tints of Burnt Umber #872F24

Color information

#872F24 (or 0x872F24) is unknown color: approx Burnt Umber. HEX triplet: 87, 2F and 24. RGB value is (135,47,36). Sum of RGB (Red+Green+Blue) = 135+47+36=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #872F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F24 is #78D0DB. Grayscale: #484848. Windows color (decimal): -7917788 or 2371463. OLE color: 2371463.

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

Color convert

RGB1354736-
CMYK00.650.730.47
HSL6.67º57.89%33.53%-
HSV(B)6.67º73.33%52.94%-
XYZ11.337.312.48-
YUV72.06107.65172.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=61.93%
G=21.56%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135473600.650.730.476.6757.8933.53
Hex872F24041492F73a22
Octal207574401011115777242
Binary10000111101111100100010000011001001101111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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