Shades of Burnt Umber #982F20
Tints of Burnt Umber #982F20
RGB
CMYK
RGB Variations
Color information
#982F20 (or 0x982F20) is known color: Burnt Umber. HEX triplet: 98, 2F and 20. RGB value is (152,47,32). Sum of RGB (Red+Green+Blue) = 152+47+32=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #982F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F20 is #67D0DF. Grayscale: #4C4C4C. Windows color (decimal): -6803680 or 2109336. OLE color: 2109336.
HSL color Cylindrical-coordinate representation of color #982F20: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982F20 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 32 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.40 |
| HSL | 7.5º | 0.65% | 0.36% | - |
| HSV(B) | 7.5º | 0.79% | 0.6% | - |
| XYZ | 14.23 | 8.81 | 2.32 | - |
| YUV | 76.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 32 | 0 | 0.69 | 0.79 | 0.40 | 7.5 | 0.65 | 0.36 |
| Hex | 98 | 2F | 20 | 0 | 45 | 4F | 28 | 8 | 41 | 24 |
| Octal | 230 | 57 | 40 | 0 | 105 | 117 | 50 | 10 | 101 | 44 |
| Binary | 10011000 | 101111 | 100000 | 0 | 1000101 | 1001111 | 101000 | 1000 | 1000001 | 100100 |
Color Harmonies of #982F20
Complementary color
Monochromatic Colors of #982F20
Black with #982F20
Text Example
Text Example
White with #982F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F20; }
p { color: rgb(152,47,32); }
H1.HeaderClassName
{
color: #982F20;
}
.AnyTagClassName
{
color: #982F20;
}
</style>
background-color css
<style>
a { background-color: #982F20; }
a { background-color: rgb(152,47,32); }
div.DivClassName
{
background-color: #982F20;
}
.BgClassName
{
background-color: #982F20;
}
</style>
border-color css
<style>
span { border-color: #982F20; }
span { border-color: rgb(152,47,32); }
td.TdClassName
{
border-color: #982F20;
}
.TagClassName
{
border-color: #982F20;
}
</style>