Shades of Burnt Umber #983211
Tints of Burnt Umber #983211
RGB
CMYK
RGB Variations
Color information
#983211 (or 0x983211) is known color: Burnt Umber. HEX triplet: 98, 32 and 11. RGB value is (152,50,17). Sum of RGB (Red+Green+Blue) = 152+50+17=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #983211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983211 is #67CDEE. Grayscale: #4C4C4C. Windows color (decimal): -6802927 or 1127064. OLE color: 1127064.
HSL color Cylindrical-coordinate representation of color #983211: hue angle of 14.67º degrees, saturation: 0.8, 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 #983211 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 17 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.40 |
| HSL | 14.67º | 0.8% | 0.33% | - |
| HSV(B) | 14.67º | 0.89% | 0.6% | - |
| XYZ | 14.19 | 9 | 1.52 | - |
| YUV | 76.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 17 | 0 | 0.67 | 0.89 | 0.40 | 14.67 | 0.8 | 0.33 |
| Hex | 98 | 32 | 11 | 0 | 43 | 59 | 28 | F | 50 | 21 |
| Octal | 230 | 62 | 21 | 0 | 103 | 131 | 50 | 17 | 120 | 41 |
| Binary | 10011000 | 110010 | 10001 | 0 | 1000011 | 1011001 | 101000 | 1111 | 1010000 | 100001 |
Color Harmonies of #983211
Complementary color
Monochromatic Colors of #983211
Black with #983211
Text Example
Text Example
White with #983211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983211; }
p { color: rgb(152,50,17); }
H1.HeaderClassName
{
color: #983211;
}
.AnyTagClassName
{
color: #983211;
}
</style>
background-color css
<style>
a { background-color: #983211; }
a { background-color: rgb(152,50,17); }
div.DivClassName
{
background-color: #983211;
}
.BgClassName
{
background-color: #983211;
}
</style>
border-color css
<style>
span { border-color: #983211; }
span { border-color: rgb(152,50,17); }
td.TdClassName
{
border-color: #983211;
}
.TagClassName
{
border-color: #983211;
}
</style>