Shades of Burnt Umber #983210
Tints of Burnt Umber #983210
RGB
CMYK
RGB Variations
Color information
#983210 (or 0x983210) is known color: Burnt Umber. HEX triplet: 98, 32 and 10. RGB value is (152,50,16). Sum of RGB (Red+Green+Blue) = 152+50+16=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #983210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983210 is #67CDEF. Grayscale: #4C4C4C. Windows color (decimal): -6802928 or 1061528. OLE color: 1061528.
HSL color Cylindrical-coordinate representation of color #983210: hue angle of 15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #983210 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 16 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.40 |
| HSL | 15º | 0.81% | 0.33% | - |
| HSV(B) | 15º | 0.89% | 0.6% | - |
| XYZ | 14.18 | 8.99 | 1.48 | - |
| YUV | 76.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 16 | 0 | 0.67 | 0.89 | 0.40 | 15 | 0.81 | 0.33 |
| Hex | 98 | 32 | 10 | 0 | 43 | 59 | 28 | F | 51 | 21 |
| Octal | 230 | 62 | 20 | 0 | 103 | 131 | 50 | 17 | 121 | 41 |
| Binary | 10011000 | 110010 | 10000 | 0 | 1000011 | 1011001 | 101000 | 1111 | 1010001 | 100001 |
Color Harmonies of #983210
Complementary color
Monochromatic Colors of #983210
Black with #983210
Text Example
Text Example
White with #983210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983210; }
p { color: rgb(152,50,16); }
H1.HeaderClassName
{
color: #983210;
}
.AnyTagClassName
{
color: #983210;
}
</style>
background-color css
<style>
a { background-color: #983210; }
a { background-color: rgb(152,50,16); }
div.DivClassName
{
background-color: #983210;
}
.BgClassName
{
background-color: #983210;
}
</style>
border-color css
<style>
span { border-color: #983210; }
span { border-color: rgb(152,50,16); }
td.TdClassName
{
border-color: #983210;
}
.TagClassName
{
border-color: #983210;
}
</style>