Shades of Burnt Umber #8C2610
Tints of Burnt Umber #8C2610
RGB
CMYK
RGB Variations
Color information
#8C2610 (or 0x8C2610) is known color: Burnt Umber. HEX triplet: 8C, 26 and 10. RGB value is (140,38,16). Sum of RGB (Red+Green+Blue) = 140+38+16=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2610 is #73D9EF. Grayscale: #424242. Windows color (decimal): -7592432 or 1058444. OLE color: 1058444.
HSL color Cylindrical-coordinate representation of color #8C2610: hue angle of 10.65º 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 #8C2610 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 16 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.45 |
| HSL | 10.65º | 0.79% | 0.31% | - |
| HSV(B) | 10.65º | 0.89% | 0.55% | - |
| XYZ | 11.6 | 7 | 1.23 | - |
| YUV | 65.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 16 | 0 | 0.73 | 0.89 | 0.45 | 10.65 | 0.79 | 0.31 |
| Hex | 8C | 26 | 10 | 0 | 49 | 59 | 2D | B | 4F | 1F |
| Octal | 214 | 46 | 20 | 0 | 111 | 131 | 55 | 13 | 117 | 37 |
| Binary | 10001100 | 100110 | 10000 | 0 | 1001001 | 1011001 | 101101 | 1011 | 1001111 | 11111 |
Color Harmonies of #8C2610
Complementary color
Monochromatic Colors of #8C2610
Black with #8C2610
Text Example
Text Example
White with #8C2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2610; }
p { color: rgb(140,38,16); }
H1.HeaderClassName
{
color: #8C2610;
}
.AnyTagClassName
{
color: #8C2610;
}
</style>
background-color css
<style>
a { background-color: #8C2610; }
a { background-color: rgb(140,38,16); }
div.DivClassName
{
background-color: #8C2610;
}
.BgClassName
{
background-color: #8C2610;
}
</style>
border-color css
<style>
span { border-color: #8C2610; }
span { border-color: rgb(140,38,16); }
td.TdClassName
{
border-color: #8C2610;
}
.TagClassName
{
border-color: #8C2610;
}
</style>