Shades of Burnt Umber #983420
Tints of Burnt Umber #983420
RGB
CMYK
RGB Variations
Color information
#983420 (or 0x983420) is known color: Burnt Umber. HEX triplet: 98, 34 and 20. RGB value is (152,52,32). Sum of RGB (Red+Green+Blue) = 152+52+32=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #983420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983420 is #67CBDF. Grayscale: #4F4F4F. Windows color (decimal): -6802400 or 2110616. OLE color: 2110616.
HSL color Cylindrical-coordinate representation of color #983420: hue angle of 10º 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 #983420 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 32 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.40 |
| HSL | 10º | 0.65% | 0.36% | - |
| HSV(B) | 10º | 0.79% | 0.6% | - |
| XYZ | 14.44 | 9.24 | 2.39 | - |
| YUV | 79.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 32 | 0 | 0.66 | 0.79 | 0.40 | 10 | 0.65 | 0.36 |
| Hex | 98 | 34 | 20 | 0 | 42 | 4F | 28 | A | 41 | 24 |
| Octal | 230 | 64 | 40 | 0 | 102 | 117 | 50 | 12 | 101 | 44 |
| Binary | 10011000 | 110100 | 100000 | 0 | 1000010 | 1001111 | 101000 | 1010 | 1000001 | 100100 |
Color Harmonies of #983420
Complementary color
Monochromatic Colors of #983420
Black with #983420
Text Example
Text Example
White with #983420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983420; }
p { color: rgb(152,52,32); }
H1.HeaderClassName
{
color: #983420;
}
.AnyTagClassName
{
color: #983420;
}
</style>
background-color css
<style>
a { background-color: #983420; }
a { background-color: rgb(152,52,32); }
div.DivClassName
{
background-color: #983420;
}
.BgClassName
{
background-color: #983420;
}
</style>
border-color css
<style>
span { border-color: #983420; }
span { border-color: rgb(152,52,32); }
td.TdClassName
{
border-color: #983420;
}
.TagClassName
{
border-color: #983420;
}
</style>