Shades of Burnt Umber #982E22
Tints of Burnt Umber #982E22
RGB
CMYK
RGB Variations
Color information
#982E22 (or 0x982E22) is known color: Burnt Umber. HEX triplet: 98, 2E and 22. RGB value is (152,46,34). Sum of RGB (Red+Green+Blue) = 152+46+34=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #982E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E22 is #67D1DD. Grayscale: #4C4C4C. Windows color (decimal): -6803934 or 2240152. OLE color: 2240152.
HSL color Cylindrical-coordinate representation of color #982E22: hue angle of 6.1º degrees, saturation: 0.63, 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 #982E22 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 46 | 34 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.40 |
| HSL | 6.1º | 0.63% | 0.36% | - |
| HSV(B) | 6.1º | 0.78% | 0.6% | - |
| XYZ | 14.21 | 8.74 | 2.45 | - |
| YUV | 76.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 34 | 0 | 0.70 | 0.78 | 0.40 | 6.1 | 0.63 | 0.36 |
| Hex | 98 | 2E | 22 | 0 | 46 | 4E | 28 | 6 | 3F | 24 |
| Octal | 230 | 56 | 42 | 0 | 106 | 116 | 50 | 6 | 77 | 44 |
| Binary | 10011000 | 101110 | 100010 | 0 | 1000110 | 1001110 | 101000 | 110 | 111111 | 100100 |
Color Harmonies of #982E22
Complementary color
Monochromatic Colors of #982E22
Black with #982E22
Text Example
Text Example
White with #982E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982E22; }
p { color: rgb(152,46,34); }
H1.HeaderClassName
{
color: #982E22;
}
.AnyTagClassName
{
color: #982E22;
}
</style>
background-color css
<style>
a { background-color: #982E22; }
a { background-color: rgb(152,46,34); }
div.DivClassName
{
background-color: #982E22;
}
.BgClassName
{
background-color: #982E22;
}
</style>
border-color css
<style>
span { border-color: #982E22; }
span { border-color: rgb(152,46,34); }
td.TdClassName
{
border-color: #982E22;
}
.TagClassName
{
border-color: #982E22;
}
</style>