Shades of Burnt Umber #872C26
Tints of Burnt Umber #872C26
RGB
CMYK
RGB Variations
Color information
#872C26 (or 0x872C26) is known color: Burnt Umber. HEX triplet: 87, 2C and 26. RGB value is (135,44,38). Sum of RGB (Red+Green+Blue) = 135+44+38=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #872C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C26 is #78D3D9. Grayscale: #464646. Windows color (decimal): -7918554 or 2501767. OLE color: 2501767.
HSL color Cylindrical-coordinate representation of color #872C26: hue angle of 3.71º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872C26 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 38 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.47 |
| HSL | 3.71º | 0.56% | 0.34% | - |
| HSV(B) | 3.71º | 0.72% | 0.53% | - |
| XYZ | 11.24 | 7.09 | 2.61 | - |
| YUV | 70.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 38 | 0 | 0.67 | 0.72 | 0.47 | 3.71 | 0.56 | 0.34 |
| Hex | 87 | 2C | 26 | 0 | 43 | 48 | 2F | 4 | 38 | 22 |
| Octal | 207 | 54 | 46 | 0 | 103 | 110 | 57 | 4 | 70 | 42 |
| Binary | 10000111 | 101100 | 100110 | 0 | 1000011 | 1001000 | 101111 | 100 | 111000 | 100010 |
Color Harmonies of #872C26
Complementary color
Monochromatic Colors of #872C26
Black with #872C26
Text Example
Text Example
White with #872C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C26; }
p { color: rgb(135,44,38); }
H1.HeaderClassName
{
color: #872C26;
}
.AnyTagClassName
{
color: #872C26;
}
</style>
background-color css
<style>
a { background-color: #872C26; }
a { background-color: rgb(135,44,38); }
div.DivClassName
{
background-color: #872C26;
}
.BgClassName
{
background-color: #872C26;
}
</style>
border-color css
<style>
span { border-color: #872C26; }
span { border-color: rgb(135,44,38); }
td.TdClassName
{
border-color: #872C26;
}
.TagClassName
{
border-color: #872C26;
}
</style>