Shades of Burnt Umber #8D2610
Tints of Burnt Umber #8D2610
RGB
CMYK
RGB Variations
Color information
#8D2610 (or 0x8D2610) is known color: Burnt Umber. HEX triplet: 8D, 26 and 10. RGB value is (141,38,16). Sum of RGB (Red+Green+Blue) = 141+38+16=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2610 is #72D9EF. Grayscale: #424242. Windows color (decimal): -7526896 or 1058445. OLE color: 1058445.
HSL color Cylindrical-coordinate representation of color #8D2610: hue angle of 10.56º degrees, saturation: 0.8, 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 #8D2610 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 16 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.45 |
| HSL | 10.56º | 0.8% | 0.31% | - |
| HSV(B) | 10.56º | 0.89% | 0.55% | - |
| XYZ | 11.77 | 7.09 | 1.24 | - |
| YUV | 66.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 16 | 0 | 0.73 | 0.89 | 0.45 | 10.56 | 0.8 | 0.31 |
| Hex | 8D | 26 | 10 | 0 | 49 | 59 | 2D | B | 50 | 1F |
| Octal | 215 | 46 | 20 | 0 | 111 | 131 | 55 | 13 | 120 | 37 |
| Binary | 10001101 | 100110 | 10000 | 0 | 1001001 | 1011001 | 101101 | 1011 | 1010000 | 11111 |
Color Harmonies of #8D2610
Complementary color
Monochromatic Colors of #8D2610
Black with #8D2610
Text Example
Text Example
White with #8D2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2610; }
p { color: rgb(141,38,16); }
H1.HeaderClassName
{
color: #8D2610;
}
.AnyTagClassName
{
color: #8D2610;
}
</style>
background-color css
<style>
a { background-color: #8D2610; }
a { background-color: rgb(141,38,16); }
div.DivClassName
{
background-color: #8D2610;
}
.BgClassName
{
background-color: #8D2610;
}
</style>
border-color css
<style>
span { border-color: #8D2610; }
span { border-color: rgb(141,38,16); }
td.TdClassName
{
border-color: #8D2610;
}
.TagClassName
{
border-color: #8D2610;
}
</style>