Shades of Burnt Umber #873124
Tints of Burnt Umber #873124
RGB
CMYK
RGB Variations
Color information
#873124 (or 0x873124) is known color: Burnt Umber. HEX triplet: 87, 31 and 24. RGB value is (135,49,36). Sum of RGB (Red+Green+Blue) = 135+49+36=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #873124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873124 is #78CEDB. Grayscale: #494949. Windows color (decimal): -7917276 or 2371975. OLE color: 2371975.
HSL color Cylindrical-coordinate representation of color #873124: hue angle of 7.88º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873124 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 36 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.47 |
| HSL | 7.88º | 0.58% | 0.34% | - |
| HSV(B) | 7.88º | 0.73% | 0.53% | - |
| XYZ | 11.41 | 7.47 | 2.51 | - |
| YUV | 73.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 36 | 0 | 0.64 | 0.73 | 0.47 | 7.88 | 0.58 | 0.34 |
| Hex | 87 | 31 | 24 | 0 | 40 | 49 | 2F | 8 | 3A | 22 |
| Octal | 207 | 61 | 44 | 0 | 100 | 111 | 57 | 10 | 72 | 42 |
| Binary | 10000111 | 110001 | 100100 | 0 | 1000000 | 1001001 | 101111 | 1000 | 111010 | 100010 |
Color Harmonies of #873124
Complementary color
Monochromatic Colors of #873124
Black with #873124
Text Example
Text Example
White with #873124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873124; }
p { color: rgb(135,49,36); }
H1.HeaderClassName
{
color: #873124;
}
.AnyTagClassName
{
color: #873124;
}
</style>
background-color css
<style>
a { background-color: #873124; }
a { background-color: rgb(135,49,36); }
div.DivClassName
{
background-color: #873124;
}
.BgClassName
{
background-color: #873124;
}
</style>
border-color css
<style>
span { border-color: #873124; }
span { border-color: rgb(135,49,36); }
td.TdClassName
{
border-color: #873124;
}
.TagClassName
{
border-color: #873124;
}
</style>