Shades of Burnt Umber #8C3515
Tints of Burnt Umber #8C3515
RGB
CMYK
RGB Variations
Color information
#8C3515 (or 0x8C3515) is known color: Burnt Umber. HEX triplet: 8C, 35 and 15. RGB value is (140,53,21). Sum of RGB (Red+Green+Blue) = 140+53+21=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3515 is #73CAEA. Grayscale: #4B4B4B. Windows color (decimal): -7588587 or 1389964. OLE color: 1389964.
HSL color Cylindrical-coordinate representation of color #8C3515: hue angle of 16.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C3515 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 21 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.45 |
| HSL | 16.13º | 0.74% | 0.32% | - |
| HSV(B) | 16.13º | 0.85% | 0.55% | - |
| XYZ | 12.22 | 8.18 | 1.64 | - |
| YUV | 75.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 21 | 0 | 0.62 | 0.85 | 0.45 | 16.13 | 0.74 | 0.32 |
| Hex | 8C | 35 | 15 | 0 | 3E | 55 | 2D | 10 | 4A | 20 |
| Octal | 214 | 65 | 25 | 0 | 76 | 125 | 55 | 20 | 112 | 40 |
| Binary | 10001100 | 110101 | 10101 | 0 | 111110 | 1010101 | 101101 | 10000 | 1001010 | 100000 |
Color Harmonies of #8C3515
Complementary color
Monochromatic Colors of #8C3515
Black with #8C3515
Text Example
Text Example
White with #8C3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3515; }
p { color: rgb(140,53,21); }
H1.HeaderClassName
{
color: #8C3515;
}
.AnyTagClassName
{
color: #8C3515;
}
</style>
background-color css
<style>
a { background-color: #8C3515; }
a { background-color: rgb(140,53,21); }
div.DivClassName
{
background-color: #8C3515;
}
.BgClassName
{
background-color: #8C3515;
}
</style>
border-color css
<style>
span { border-color: #8C3515; }
span { border-color: rgb(140,53,21); }
td.TdClassName
{
border-color: #8C3515;
}
.TagClassName
{
border-color: #8C3515;
}
</style>