Shades of Burnt Umber #873B20
Tints of Burnt Umber #873B20
RGB
CMYK
RGB Variations
Color information
#873B20 (or 0x873B20) is known color: Burnt Umber. HEX triplet: 87, 3B and 20. RGB value is (135,59,32). Sum of RGB (Red+Green+Blue) = 135+59+32=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #873B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B20 is #78C4DF. Grayscale: #4E4E4E. Windows color (decimal): -7914720 or 2112391. OLE color: 2112391.
HSL color Cylindrical-coordinate representation of color #873B20: hue angle of 15.73º degrees, saturation: 0.62, 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 #873B20 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 32 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.47 |
| HSL | 15.73º | 0.62% | 0.33% | - |
| HSV(B) | 15.73º | 0.76% | 0.53% | - |
| XYZ | 11.82 | 8.38 | 2.36 | - |
| YUV | 78.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 32 | 0 | 0.56 | 0.76 | 0.47 | 15.73 | 0.62 | 0.33 |
| Hex | 87 | 3B | 20 | 0 | 38 | 4C | 2F | 10 | 3E | 21 |
| Octal | 207 | 73 | 40 | 0 | 70 | 114 | 57 | 20 | 76 | 41 |
| Binary | 10000111 | 111011 | 100000 | 0 | 111000 | 1001100 | 101111 | 10000 | 111110 | 100001 |
Color Harmonies of #873B20
Complementary color
Monochromatic Colors of #873B20
Black with #873B20
Text Example
Text Example
White with #873B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B20; }
p { color: rgb(135,59,32); }
H1.HeaderClassName
{
color: #873B20;
}
.AnyTagClassName
{
color: #873B20;
}
</style>
background-color css
<style>
a { background-color: #873B20; }
a { background-color: rgb(135,59,32); }
div.DivClassName
{
background-color: #873B20;
}
.BgClassName
{
background-color: #873B20;
}
</style>
border-color css
<style>
span { border-color: #873B20; }
span { border-color: rgb(135,59,32); }
td.TdClassName
{
border-color: #873B20;
}
.TagClassName
{
border-color: #873B20;
}
</style>