Shades of Burnt Umber #872A22
Tints of Burnt Umber #872A22
RGB
CMYK
RGB Variations
Color information
#872A22 (or 0x872A22) is known color: Burnt Umber. HEX triplet: 87, 2A and 22. RGB value is (135,42,34). Sum of RGB (Red+Green+Blue) = 135+42+34=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #872A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A22 is #78D5DD. Grayscale: #454545. Windows color (decimal): -7919070 or 2239111. OLE color: 2239111.
HSL color Cylindrical-coordinate representation of color #872A22: hue angle of 4.75º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872A22 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 34 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.47 |
| HSL | 4.75º | 0.6% | 0.33% | - |
| HSV(B) | 4.75º | 0.75% | 0.53% | - |
| XYZ | 11.11 | 6.92 | 2.26 | - |
| YUV | 68.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 34 | 0 | 0.69 | 0.75 | 0.47 | 4.75 | 0.6 | 0.33 |
| Hex | 87 | 2A | 22 | 0 | 45 | 4B | 2F | 5 | 3C | 21 |
| Octal | 207 | 52 | 42 | 0 | 105 | 113 | 57 | 5 | 74 | 41 |
| Binary | 10000111 | 101010 | 100010 | 0 | 1000101 | 1001011 | 101111 | 101 | 111100 | 100001 |
Color Harmonies of #872A22
Complementary color
Monochromatic Colors of #872A22
Black with #872A22
Text Example
Text Example
White with #872A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A22; }
p { color: rgb(135,42,34); }
H1.HeaderClassName
{
color: #872A22;
}
.AnyTagClassName
{
color: #872A22;
}
</style>
background-color css
<style>
a { background-color: #872A22; }
a { background-color: rgb(135,42,34); }
div.DivClassName
{
background-color: #872A22;
}
.BgClassName
{
background-color: #872A22;
}
</style>
border-color css
<style>
span { border-color: #872A22; }
span { border-color: rgb(135,42,34); }
td.TdClassName
{
border-color: #872A22;
}
.TagClassName
{
border-color: #872A22;
}
</style>