Shades of Burnt Umber #873221
Tints of Burnt Umber #873221
RGB
CMYK
RGB Variations
Color information
#873221 (or 0x873221) is known color: Burnt Umber. HEX triplet: 87, 32 and 21. RGB value is (135,50,33). Sum of RGB (Red+Green+Blue) = 135+50+33=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #873221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873221 is #78CDDE. Grayscale: #494949. Windows color (decimal): -7917023 or 2175623. OLE color: 2175623.
HSL color Cylindrical-coordinate representation of color #873221: hue angle of 10º 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 #873221 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 33 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.47 |
| HSL | 10º | 0.61% | 0.33% | - |
| HSV(B) | 10º | 0.76% | 0.53% | - |
| XYZ | 11.41 | 7.54 | 2.29 | - |
| YUV | 73.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 33 | 0 | 0.63 | 0.76 | 0.47 | 10 | 0.61 | 0.33 |
| Hex | 87 | 32 | 21 | 0 | 3F | 4C | 2F | A | 3D | 21 |
| Octal | 207 | 62 | 41 | 0 | 77 | 114 | 57 | 12 | 75 | 41 |
| Binary | 10000111 | 110010 | 100001 | 0 | 111111 | 1001100 | 101111 | 1010 | 111101 | 100001 |
Color Harmonies of #873221
Complementary color
Monochromatic Colors of #873221
Black with #873221
Text Example
Text Example
White with #873221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873221; }
p { color: rgb(135,50,33); }
H1.HeaderClassName
{
color: #873221;
}
.AnyTagClassName
{
color: #873221;
}
</style>
background-color css
<style>
a { background-color: #873221; }
a { background-color: rgb(135,50,33); }
div.DivClassName
{
background-color: #873221;
}
.BgClassName
{
background-color: #873221;
}
</style>
border-color css
<style>
span { border-color: #873221; }
span { border-color: rgb(135,50,33); }
td.TdClassName
{
border-color: #873221;
}
.TagClassName
{
border-color: #873221;
}
</style>