Shades of Burnt Umber #982D18
Tints of Burnt Umber #982D18
RGB
CMYK
RGB Variations
Color information
#982D18 (or 0x982D18) is known color: Burnt Umber. HEX triplet: 98, 2D and 18. RGB value is (152,45,24). Sum of RGB (Red+Green+Blue) = 152+45+24=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #982D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D18 is #67D2E7. Grayscale: #4A4A4A. Windows color (decimal): -6804200 or 1584536. OLE color: 1584536.
HSL color Cylindrical-coordinate representation of color #982D18: hue angle of 9.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #982D18 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 24 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.40 |
| HSL | 9.84º | 0.73% | 0.35% | - |
| HSV(B) | 9.84º | 0.84% | 0.6% | - |
| XYZ | 14.05 | 8.62 | 1.79 | - |
| YUV | 74.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 24 | 0 | 0.70 | 0.84 | 0.40 | 9.84 | 0.73 | 0.35 |
| Hex | 98 | 2D | 18 | 0 | 46 | 54 | 28 | A | 49 | 23 |
| Octal | 230 | 55 | 30 | 0 | 106 | 124 | 50 | 12 | 111 | 43 |
| Binary | 10011000 | 101101 | 11000 | 0 | 1000110 | 1010100 | 101000 | 1010 | 1001001 | 100011 |
Color Harmonies of #982D18
Complementary color
Monochromatic Colors of #982D18
Black with #982D18
Text Example
Text Example
White with #982D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D18; }
p { color: rgb(152,45,24); }
H1.HeaderClassName
{
color: #982D18;
}
.AnyTagClassName
{
color: #982D18;
}
</style>
background-color css
<style>
a { background-color: #982D18; }
a { background-color: rgb(152,45,24); }
div.DivClassName
{
background-color: #982D18;
}
.BgClassName
{
background-color: #982D18;
}
</style>
border-color css
<style>
span { border-color: #982D18; }
span { border-color: rgb(152,45,24); }
td.TdClassName
{
border-color: #982D18;
}
.TagClassName
{
border-color: #982D18;
}
</style>