#872A0C

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

Shades of Burnt Umber #872A0C

Tints of Burnt Umber #872A0C

Color information

#872A0C (or 0x872A0C) is unknown color: approx Burnt Umber. HEX triplet: 87, 2A and 0C. RGB value is (135,42,12). Sum of RGB (Red+Green+Blue) = 135+42+12=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A0C is #78D5F3. Grayscale: #424242. Windows color (decimal): -7919092 or 797319. OLE color: 797319.

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

Color convert

RGB1354212-
CMYK00.690.910.47
HSL14.63º83.67%28.82%-
HSV(B)14.63º91.11%52.94%-
XYZ10.896.831.09-
YUV66.3997.31176.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=71.43%
G=22.22%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135421200.690.910.4714.6383.6728.82
Hex872AC0455B2Ff541d
Octal20752140105133571712435
Binary1000011110101011000100010110110111011111111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,12); }

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

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

 a { background-color: rgb(135,42,12); }

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

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

 span { border-color: rgb(135,42,12); }

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