Shades of Burnt Umber #983221
Tints of Burnt Umber #983221
RGB
CMYK
RGB Variations
Color information
#983221 (or 0x983221) is known color: Burnt Umber. HEX triplet: 98, 32 and 21. RGB value is (152,50,33). Sum of RGB (Red+Green+Blue) = 152+50+33=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #983221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983221 is #67CDDE. Grayscale: #4E4E4E. Windows color (decimal): -6802911 or 2175640. OLE color: 2175640.
HSL color Cylindrical-coordinate representation of color #983221: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #983221 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 33 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.40 |
| HSL | 8.57º | 0.64% | 0.36% | - |
| HSV(B) | 8.57º | 0.78% | 0.6% | - |
| XYZ | 14.36 | 9.07 | 2.43 | - |
| YUV | 78.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 33 | 0 | 0.67 | 0.78 | 0.40 | 8.57 | 0.64 | 0.36 |
| Hex | 98 | 32 | 21 | 0 | 43 | 4E | 28 | 9 | 40 | 24 |
| Octal | 230 | 62 | 41 | 0 | 103 | 116 | 50 | 11 | 100 | 44 |
| Binary | 10011000 | 110010 | 100001 | 0 | 1000011 | 1001110 | 101000 | 1001 | 1000000 | 100100 |
Color Harmonies of #983221
Complementary color
Monochromatic Colors of #983221
Black with #983221
Text Example
Text Example
White with #983221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983221; }
p { color: rgb(152,50,33); }
H1.HeaderClassName
{
color: #983221;
}
.AnyTagClassName
{
color: #983221;
}
</style>
background-color css
<style>
a { background-color: #983221; }
a { background-color: rgb(152,50,33); }
div.DivClassName
{
background-color: #983221;
}
.BgClassName
{
background-color: #983221;
}
</style>
border-color css
<style>
span { border-color: #983221; }
span { border-color: rgb(152,50,33); }
td.TdClassName
{
border-color: #983221;
}
.TagClassName
{
border-color: #983221;
}
</style>