Shades of Burnt Umber #8C3516
Tints of Burnt Umber #8C3516
RGB
CMYK
RGB Variations
Color information
#8C3516 (or 0x8C3516) is known color: Burnt Umber. HEX triplet: 8C, 35 and 16. RGB value is (140,53,22). Sum of RGB (Red+Green+Blue) = 140+53+22=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3516 is #73CAE9. Grayscale: #4B4B4B. Windows color (decimal): -7588586 or 1455500. OLE color: 1455500.
HSL color Cylindrical-coordinate representation of color #8C3516: hue angle of 15.76º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C3516 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 22 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.45 |
| HSL | 15.76º | 0.73% | 0.32% | - |
| HSV(B) | 15.76º | 0.84% | 0.55% | - |
| XYZ | 12.23 | 8.18 | 1.69 | - |
| YUV | 75.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 22 | 0 | 0.62 | 0.84 | 0.45 | 15.76 | 0.73 | 0.32 |
| Hex | 8C | 35 | 16 | 0 | 3E | 54 | 2D | 10 | 49 | 20 |
| Octal | 214 | 65 | 26 | 0 | 76 | 124 | 55 | 20 | 111 | 40 |
| Binary | 10001100 | 110101 | 10110 | 0 | 111110 | 1010100 | 101101 | 10000 | 1001001 | 100000 |
Color Harmonies of #8C3516
Complementary color
Monochromatic Colors of #8C3516
Black with #8C3516
Text Example
Text Example
White with #8C3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3516; }
p { color: rgb(140,53,22); }
H1.HeaderClassName
{
color: #8C3516;
}
.AnyTagClassName
{
color: #8C3516;
}
</style>
background-color css
<style>
a { background-color: #8C3516; }
a { background-color: rgb(140,53,22); }
div.DivClassName
{
background-color: #8C3516;
}
.BgClassName
{
background-color: #8C3516;
}
</style>
border-color css
<style>
span { border-color: #8C3516; }
span { border-color: rgb(140,53,22); }
td.TdClassName
{
border-color: #8C3516;
}
.TagClassName
{
border-color: #8C3516;
}
</style>