Shades of Burnt Umber #98311E
Tints of Burnt Umber #98311E
RGB
CMYK
RGB Variations
Color information
#98311E (or 0x98311E) is known color: Burnt Umber. HEX triplet: 98, 31 and 1E. RGB value is (152,49,30). Sum of RGB (Red+Green+Blue) = 152+49+30=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98311E is #67CEE1. Grayscale: #4D4D4D. Windows color (decimal): -6803170 or 1978776. OLE color: 1978776.
HSL color Cylindrical-coordinate representation of color #98311E: hue angle of 9.34º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98311E is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 30 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.40 |
| HSL | 9.34º | 0.67% | 0.36% | - |
| HSV(B) | 9.34º | 0.8% | 0.6% | - |
| XYZ | 14.28 | 8.97 | 2.21 | - |
| YUV | 77.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 30 | 0 | 0.68 | 0.80 | 0.40 | 9.34 | 0.67 | 0.36 |
| Hex | 98 | 31 | 1E | 0 | 44 | 50 | 28 | 9 | 43 | 24 |
| Octal | 230 | 61 | 36 | 0 | 104 | 120 | 50 | 11 | 103 | 44 |
| Binary | 10011000 | 110001 | 11110 | 0 | 1000100 | 1010000 | 101000 | 1001 | 1000011 | 100100 |
Color Harmonies of #98311E
Complementary color
Monochromatic Colors of #98311E
Black with #98311E
Text Example
Text Example
White with #98311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98311E; }
p { color: rgb(152,49,30); }
H1.HeaderClassName
{
color: #98311E;
}
.AnyTagClassName
{
color: #98311E;
}
</style>
background-color css
<style>
a { background-color: #98311E; }
a { background-color: rgb(152,49,30); }
div.DivClassName
{
background-color: #98311E;
}
.BgClassName
{
background-color: #98311E;
}
</style>
border-color css
<style>
span { border-color: #98311E; }
span { border-color: rgb(152,49,30); }
td.TdClassName
{
border-color: #98311E;
}
.TagClassName
{
border-color: #98311E;
}
</style>