Shades of Burnt Umber #872B11
Tints of Burnt Umber #872B11
RGB
CMYK
RGB Variations
Color information
#872B11 (or 0x872B11) is known color: Burnt Umber. HEX triplet: 87, 2B and 11. RGB value is (135,43,17). Sum of RGB (Red+Green+Blue) = 135+43+17=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #872B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872B11 is #78D4EE. Grayscale: #434343. Windows color (decimal): -7918831 or 1125255. OLE color: 1125255.
HSL color Cylindrical-coordinate representation of color #872B11: hue angle of 13.22º 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 #872B11 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 17 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.47 |
| HSL | 13.22º | 0.78% | 0.3% | - |
| HSV(B) | 13.22º | 0.87% | 0.53% | - |
| XYZ | 10.96 | 6.92 | 1.29 | - |
| YUV | 67.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 17 | 0 | 0.68 | 0.87 | 0.47 | 13.22 | 0.78 | 0.3 |
| Hex | 87 | 2B | 11 | 0 | 44 | 57 | 2F | D | 4E | 1E |
| Octal | 207 | 53 | 21 | 0 | 104 | 127 | 57 | 15 | 116 | 36 |
| Binary | 10000111 | 101011 | 10001 | 0 | 1000100 | 1010111 | 101111 | 1101 | 1001110 | 11110 |
Color Harmonies of #872B11
Complementary color
Monochromatic Colors of #872B11
Black with #872B11
Text Example
Text Example
White with #872B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B11; }
p { color: rgb(135,43,17); }
H1.HeaderClassName
{
color: #872B11;
}
.AnyTagClassName
{
color: #872B11;
}
</style>
background-color css
<style>
a { background-color: #872B11; }
a { background-color: rgb(135,43,17); }
div.DivClassName
{
background-color: #872B11;
}
.BgClassName
{
background-color: #872B11;
}
</style>
border-color css
<style>
span { border-color: #872B11; }
span { border-color: rgb(135,43,17); }
td.TdClassName
{
border-color: #872B11;
}
.TagClassName
{
border-color: #872B11;
}
</style>