Shades of Burnt Umber #873121
Tints of Burnt Umber #873121
RGB
CMYK
RGB Variations
Color information
#873121 (or 0x873121) is known color: Burnt Umber. HEX triplet: 87, 31 and 21. RGB value is (135,49,33). Sum of RGB (Red+Green+Blue) = 135+49+33=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #873121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873121 is #78CEDE. Grayscale: #494949. Windows color (decimal): -7917279 or 2175367. OLE color: 2175367.
HSL color Cylindrical-coordinate representation of color #873121: hue angle of 9.41º 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 #873121 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 33 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.47 |
| HSL | 9.41º | 0.61% | 0.33% | - |
| HSV(B) | 9.41º | 0.76% | 0.53% | - |
| XYZ | 11.36 | 7.46 | 2.28 | - |
| YUV | 72.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 33 | 0 | 0.64 | 0.76 | 0.47 | 9.41 | 0.61 | 0.33 |
| Hex | 87 | 31 | 21 | 0 | 40 | 4C | 2F | 9 | 3D | 21 |
| Octal | 207 | 61 | 41 | 0 | 100 | 114 | 57 | 11 | 75 | 41 |
| Binary | 10000111 | 110001 | 100001 | 0 | 1000000 | 1001100 | 101111 | 1001 | 111101 | 100001 |
Color Harmonies of #873121
Complementary color
Monochromatic Colors of #873121
Black with #873121
Text Example
Text Example
White with #873121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873121; }
p { color: rgb(135,49,33); }
H1.HeaderClassName
{
color: #873121;
}
.AnyTagClassName
{
color: #873121;
}
</style>
background-color css
<style>
a { background-color: #873121; }
a { background-color: rgb(135,49,33); }
div.DivClassName
{
background-color: #873121;
}
.BgClassName
{
background-color: #873121;
}
</style>
border-color css
<style>
span { border-color: #873121; }
span { border-color: rgb(135,49,33); }
td.TdClassName
{
border-color: #873121;
}
.TagClassName
{
border-color: #873121;
}
</style>