Shades of Burnt Umber #8C2710
Tints of Burnt Umber #8C2710
RGB
CMYK
RGB Variations
Color information
#8C2710 (or 0x8C2710) is known color: Burnt Umber. HEX triplet: 8C, 27 and 10. RGB value is (140,39,16). Sum of RGB (Red+Green+Blue) = 140+39+16=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2710 is #73D8EF. Grayscale: #424242. Windows color (decimal): -7592176 or 1058700. OLE color: 1058700.
HSL color Cylindrical-coordinate representation of color #8C2710: hue angle of 11.13º 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 #8C2710 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 16 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.45 |
| HSL | 11.13º | 0.79% | 0.31% | - |
| HSV(B) | 11.13º | 0.89% | 0.55% | - |
| XYZ | 11.63 | 7.06 | 1.24 | - |
| YUV | 66.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 16 | 0 | 0.72 | 0.89 | 0.45 | 11.13 | 0.79 | 0.31 |
| Hex | 8C | 27 | 10 | 0 | 48 | 59 | 2D | B | 4F | 1F |
| Octal | 214 | 47 | 20 | 0 | 110 | 131 | 55 | 13 | 117 | 37 |
| Binary | 10001100 | 100111 | 10000 | 0 | 1001000 | 1011001 | 101101 | 1011 | 1001111 | 11111 |
Color Harmonies of #8C2710
Complementary color
Monochromatic Colors of #8C2710
Black with #8C2710
Text Example
Text Example
White with #8C2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2710; }
p { color: rgb(140,39,16); }
H1.HeaderClassName
{
color: #8C2710;
}
.AnyTagClassName
{
color: #8C2710;
}
</style>
background-color css
<style>
a { background-color: #8C2710; }
a { background-color: rgb(140,39,16); }
div.DivClassName
{
background-color: #8C2710;
}
.BgClassName
{
background-color: #8C2710;
}
</style>
border-color css
<style>
span { border-color: #8C2710; }
span { border-color: rgb(140,39,16); }
td.TdClassName
{
border-color: #8C2710;
}
.TagClassName
{
border-color: #8C2710;
}
</style>