Shades of Burnt Umber #872C14
Tints of Burnt Umber #872C14
RGB
CMYK
RGB Variations
Color information
#872C14 (or 0x872C14) is known color: Burnt Umber. HEX triplet: 87, 2C and 14. RGB value is (135,44,20). Sum of RGB (Red+Green+Blue) = 135+44+20=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #872C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872C14 is #78D3EB. Grayscale: #444444. Windows color (decimal): -7918572 or 1322119. OLE color: 1322119.
HSL color Cylindrical-coordinate representation of color #872C14: hue angle of 12.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #872C14 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 20 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.47 |
| HSL | 12.52º | 0.74% | 0.3% | - |
| HSV(B) | 12.52º | 0.85% | 0.53% | - |
| XYZ | 11.02 | 7 | 1.43 | - |
| YUV | 68.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 20 | 0 | 0.67 | 0.85 | 0.47 | 12.52 | 0.74 | 0.3 |
| Hex | 87 | 2C | 14 | 0 | 43 | 55 | 2F | D | 4A | 1E |
| Octal | 207 | 54 | 24 | 0 | 103 | 125 | 57 | 15 | 112 | 36 |
| Binary | 10000111 | 101100 | 10100 | 0 | 1000011 | 1010101 | 101111 | 1101 | 1001010 | 11110 |
Color Harmonies of #872C14
Complementary color
Monochromatic Colors of #872C14
Black with #872C14
Text Example
Text Example
White with #872C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C14; }
p { color: rgb(135,44,20); }
H1.HeaderClassName
{
color: #872C14;
}
.AnyTagClassName
{
color: #872C14;
}
</style>
background-color css
<style>
a { background-color: #872C14; }
a { background-color: rgb(135,44,20); }
div.DivClassName
{
background-color: #872C14;
}
.BgClassName
{
background-color: #872C14;
}
</style>
border-color css
<style>
span { border-color: #872C14; }
span { border-color: rgb(135,44,20); }
td.TdClassName
{
border-color: #872C14;
}
.TagClassName
{
border-color: #872C14;
}
</style>