Shades of Burnt Umber #8C2810
Tints of Burnt Umber #8C2810
RGB
CMYK
RGB Variations
Color information
#8C2810 (or 0x8C2810) is known color: Burnt Umber. HEX triplet: 8C, 28 and 10. RGB value is (140,40,16). Sum of RGB (Red+Green+Blue) = 140+40+16=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2810 is #73D7EF. Grayscale: #434343. Windows color (decimal): -7591920 or 1058956. OLE color: 1058956.
HSL color Cylindrical-coordinate representation of color #8C2810: hue angle of 11.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C2810 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 16 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.45 |
| HSL | 11.61º | 0.79% | 0.31% | - |
| HSV(B) | 11.61º | 0.89% | 0.55% | - |
| XYZ | 11.67 | 7.13 | 1.25 | - |
| YUV | 67.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 16 | 0 | 0.71 | 0.89 | 0.45 | 11.61 | 0.79 | 0.31 |
| Hex | 8C | 28 | 10 | 0 | 47 | 59 | 2D | C | 4F | 1F |
| Octal | 214 | 50 | 20 | 0 | 107 | 131 | 55 | 14 | 117 | 37 |
| Binary | 10001100 | 101000 | 10000 | 0 | 1000111 | 1011001 | 101101 | 1100 | 1001111 | 11111 |
Color Harmonies of #8C2810
Complementary color
Monochromatic Colors of #8C2810
Black with #8C2810
Text Example
Text Example
White with #8C2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2810; }
p { color: rgb(140,40,16); }
H1.HeaderClassName
{
color: #8C2810;
}
.AnyTagClassName
{
color: #8C2810;
}
</style>
background-color css
<style>
a { background-color: #8C2810; }
a { background-color: rgb(140,40,16); }
div.DivClassName
{
background-color: #8C2810;
}
.BgClassName
{
background-color: #8C2810;
}
</style>
border-color css
<style>
span { border-color: #8C2810; }
span { border-color: rgb(140,40,16); }
td.TdClassName
{
border-color: #8C2810;
}
.TagClassName
{
border-color: #8C2810;
}
</style>