Shades of Burnt Umber #872B13
Tints of Burnt Umber #872B13
RGB
CMYK
RGB Variations
Color information
#872B13 (or 0x872B13) is known color: Burnt Umber. HEX triplet: 87, 2B and 13. RGB value is (135,43,19). Sum of RGB (Red+Green+Blue) = 135+43+19=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #872B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872B13 is #78D4EC. Grayscale: #434343. Windows color (decimal): -7918829 or 1256327. OLE color: 1256327.
HSL color Cylindrical-coordinate representation of color #872B13: hue angle of 12.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #872B13 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 19 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.47 |
| HSL | 12.41º | 0.75% | 0.3% | - |
| HSV(B) | 12.41º | 0.86% | 0.53% | - |
| XYZ | 10.97 | 6.93 | 1.37 | - |
| YUV | 67.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 19 | 0 | 0.68 | 0.86 | 0.47 | 12.41 | 0.75 | 0.3 |
| Hex | 87 | 2B | 13 | 0 | 44 | 56 | 2F | C | 4B | 1E |
| Octal | 207 | 53 | 23 | 0 | 104 | 126 | 57 | 14 | 113 | 36 |
| Binary | 10000111 | 101011 | 10011 | 0 | 1000100 | 1010110 | 101111 | 1100 | 1001011 | 11110 |
Color Harmonies of #872B13
Complementary color
Monochromatic Colors of #872B13
Black with #872B13
Text Example
Text Example
White with #872B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B13; }
p { color: rgb(135,43,19); }
H1.HeaderClassName
{
color: #872B13;
}
.AnyTagClassName
{
color: #872B13;
}
</style>
background-color css
<style>
a { background-color: #872B13; }
a { background-color: rgb(135,43,19); }
div.DivClassName
{
background-color: #872B13;
}
.BgClassName
{
background-color: #872B13;
}
</style>
border-color css
<style>
span { border-color: #872B13; }
span { border-color: rgb(135,43,19); }
td.TdClassName
{
border-color: #872B13;
}
.TagClassName
{
border-color: #872B13;
}
</style>