#872B0C

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

Shades of Burnt Umber #872B0C

Tints of Burnt Umber #872B0C

Color information

#872B0C (or 0x872B0C) is unknown color: approx Burnt Umber. HEX triplet: 87, 2B and 0C. RGB value is (135,43,12). Sum of RGB (Red+Green+Blue) = 135+43+12=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #872B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872B0C is #78D4F3. Grayscale: #434343. Windows color (decimal): -7918836 or 797575. OLE color: 797575.

HSL color Cylindrical-coordinate representation of color #872B0C: hue angle of 15.12º 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 #872B0C is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1354312-
CMYK00.680.910.47
HSL15.12º83.67%28.82%-
HSV(B)15.12º91.11%52.94%-
XYZ10.926.911.11-
YUV66.9796.98176.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=71.05%
G=22.63%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135431200.680.910.4715.1283.6728.82
Hex872BC0445B2Ff541d
Octal20753140104133571712435
Binary1000011110101111000100010010110111011111111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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