Shades of Burnt Umber #98321E
Tints of Burnt Umber #98321E
RGB
CMYK
RGB Variations
Color information
#98321E (or 0x98321E) is known color: Burnt Umber. HEX triplet: 98, 32 and 1E. RGB value is (152,50,30). Sum of RGB (Red+Green+Blue) = 152+50+30=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98321E is #67CDE1. Grayscale: #4E4E4E. Windows color (decimal): -6802914 or 1979032. OLE color: 1979032.
HSL color Cylindrical-coordinate representation of color #98321E: hue angle of 9.84º 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 #98321E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 30 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.40 |
| HSL | 9.84º | 0.67% | 0.36% | - |
| HSV(B) | 9.84º | 0.8% | 0.6% | - |
| XYZ | 14.32 | 9.05 | 2.22 | - |
| YUV | 78.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 30 | 0 | 0.67 | 0.80 | 0.40 | 9.84 | 0.67 | 0.36 |
| Hex | 98 | 32 | 1E | 0 | 43 | 50 | 28 | A | 43 | 24 |
| Octal | 230 | 62 | 36 | 0 | 103 | 120 | 50 | 12 | 103 | 44 |
| Binary | 10011000 | 110010 | 11110 | 0 | 1000011 | 1010000 | 101000 | 1010 | 1000011 | 100100 |
Color Harmonies of #98321E
Complementary color
Monochromatic Colors of #98321E
Black with #98321E
Text Example
Text Example
White with #98321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98321E; }
p { color: rgb(152,50,30); }
H1.HeaderClassName
{
color: #98321E;
}
.AnyTagClassName
{
color: #98321E;
}
</style>
background-color css
<style>
a { background-color: #98321E; }
a { background-color: rgb(152,50,30); }
div.DivClassName
{
background-color: #98321E;
}
.BgClassName
{
background-color: #98321E;
}
</style>
border-color css
<style>
span { border-color: #98321E; }
span { border-color: rgb(152,50,30); }
td.TdClassName
{
border-color: #98321E;
}
.TagClassName
{
border-color: #98321E;
}
</style>