Shades of Burnt Umber #87321D
Tints of Burnt Umber #87321D
RGB
CMYK
RGB Variations
Color information
#87321D (or 0x87321D) is known color: Burnt Umber. HEX triplet: 87, 32 and 1D. RGB value is (135,50,29). Sum of RGB (Red+Green+Blue) = 135+50+29=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87321D is #78CDE2. Grayscale: #494949. Windows color (decimal): -7917027 or 1913479. OLE color: 1913479.
HSL color Cylindrical-coordinate representation of color #87321D: hue angle of 11.89º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87321D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 29 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.47 |
| HSL | 11.89º | 0.65% | 0.32% | - |
| HSV(B) | 11.89º | 0.79% | 0.53% | - |
| XYZ | 11.35 | 7.52 | 2.02 | - |
| YUV | 73.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 29 | 0 | 0.63 | 0.79 | 0.47 | 11.89 | 0.65 | 0.32 |
| Hex | 87 | 32 | 1D | 0 | 3F | 4F | 2F | C | 41 | 20 |
| Octal | 207 | 62 | 35 | 0 | 77 | 117 | 57 | 14 | 101 | 40 |
| Binary | 10000111 | 110010 | 11101 | 0 | 111111 | 1001111 | 101111 | 1100 | 1000001 | 100000 |
Color Harmonies of #87321D
Complementary color
Monochromatic Colors of #87321D
Black with #87321D
Text Example
Text Example
White with #87321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87321D; }
p { color: rgb(135,50,29); }
H1.HeaderClassName
{
color: #87321D;
}
.AnyTagClassName
{
color: #87321D;
}
</style>
background-color css
<style>
a { background-color: #87321D; }
a { background-color: rgb(135,50,29); }
div.DivClassName
{
background-color: #87321D;
}
.BgClassName
{
background-color: #87321D;
}
</style>
border-color css
<style>
span { border-color: #87321D; }
span { border-color: rgb(135,50,29); }
td.TdClassName
{
border-color: #87321D;
}
.TagClassName
{
border-color: #87321D;
}
</style>