Shades of Burnt Umber #872C1E
Tints of Burnt Umber #872C1E
RGB
CMYK
RGB Variations
Color information
#872C1E (or 0x872C1E) is known color: Burnt Umber. HEX triplet: 87, 2C and 1E. RGB value is (135,44,30). Sum of RGB (Red+Green+Blue) = 135+44+30=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #872C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C1E is #78D3E1. Grayscale: #454545. Windows color (decimal): -7918562 or 1977479. OLE color: 1977479.
HSL color Cylindrical-coordinate representation of color #872C1E: hue angle of 8º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872C1E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 30 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.47 |
| HSL | 8º | 0.64% | 0.32% | - |
| HSV(B) | 8º | 0.78% | 0.53% | - |
| XYZ | 11.13 | 7.05 | 2 | - |
| YUV | 69.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 30 | 0 | 0.67 | 0.78 | 0.47 | 8 | 0.64 | 0.32 |
| Hex | 87 | 2C | 1E | 0 | 43 | 4E | 2F | 8 | 40 | 20 |
| Octal | 207 | 54 | 36 | 0 | 103 | 116 | 57 | 10 | 100 | 40 |
| Binary | 10000111 | 101100 | 11110 | 0 | 1000011 | 1001110 | 101111 | 1000 | 1000000 | 100000 |
Color Harmonies of #872C1E
Complementary color
Monochromatic Colors of #872C1E
Black with #872C1E
Text Example
Text Example
White with #872C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C1E; }
p { color: rgb(135,44,30); }
H1.HeaderClassName
{
color: #872C1E;
}
.AnyTagClassName
{
color: #872C1E;
}
</style>
background-color css
<style>
a { background-color: #872C1E; }
a { background-color: rgb(135,44,30); }
div.DivClassName
{
background-color: #872C1E;
}
.BgClassName
{
background-color: #872C1E;
}
</style>
border-color css
<style>
span { border-color: #872C1E; }
span { border-color: rgb(135,44,30); }
td.TdClassName
{
border-color: #872C1E;
}
.TagClassName
{
border-color: #872C1E;
}
</style>