Shades of Burnt Umber #872D21
Tints of Burnt Umber #872D21
RGB
CMYK
RGB Variations
Color information
#872D21 (or 0x872D21) is known color: Burnt Umber. HEX triplet: 87, 2D and 21. RGB value is (135,45,33). Sum of RGB (Red+Green+Blue) = 135+45+33=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #872D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D21 is #78D2DE. Grayscale: #464646. Windows color (decimal): -7918303 or 2174343. OLE color: 2174343.
HSL color Cylindrical-coordinate representation of color #872D21: hue angle of 7.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872D21 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 33 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.47 |
| HSL | 7.06º | 0.61% | 0.33% | - |
| HSV(B) | 7.06º | 0.76% | 0.53% | - |
| XYZ | 11.2 | 7.14 | 2.23 | - |
| YUV | 70.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 33 | 0 | 0.67 | 0.76 | 0.47 | 7.06 | 0.61 | 0.33 |
| Hex | 87 | 2D | 21 | 0 | 43 | 4C | 2F | 7 | 3D | 21 |
| Octal | 207 | 55 | 41 | 0 | 103 | 114 | 57 | 7 | 75 | 41 |
| Binary | 10000111 | 101101 | 100001 | 0 | 1000011 | 1001100 | 101111 | 111 | 111101 | 100001 |
Color Harmonies of #872D21
Complementary color
Monochromatic Colors of #872D21
Black with #872D21
Text Example
Text Example
White with #872D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D21; }
p { color: rgb(135,45,33); }
H1.HeaderClassName
{
color: #872D21;
}
.AnyTagClassName
{
color: #872D21;
}
</style>
background-color css
<style>
a { background-color: #872D21; }
a { background-color: rgb(135,45,33); }
div.DivClassName
{
background-color: #872D21;
}
.BgClassName
{
background-color: #872D21;
}
</style>
border-color css
<style>
span { border-color: #872D21; }
span { border-color: rgb(135,45,33); }
td.TdClassName
{
border-color: #872D21;
}
.TagClassName
{
border-color: #872D21;
}
</style>