Shades of Burnt Umber #98290F
Tints of Burnt Umber #98290F
RGB
CMYK
RGB Variations
Color information
#98290F (or 0x98290F) is known color: Burnt Umber. HEX triplet: 98, 29 and 0F. RGB value is (152,41,15). Sum of RGB (Red+Green+Blue) = 152+41+15=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #98290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98290F is #67D6F0. Grayscale: #474747. Windows color (decimal): -6805233 or 993688. OLE color: 993688.
HSL color Cylindrical-coordinate representation of color #98290F: hue angle of 11.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98290F is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 15 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.40 |
| HSL | 11.39º | 0.82% | 0.33% | - |
| HSV(B) | 11.39º | 0.9% | 0.6% | - |
| XYZ | 13.83 | 8.3 | 1.32 | - |
| YUV | 71.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 15 | 0 | 0.73 | 0.90 | 0.40 | 11.39 | 0.82 | 0.33 |
| Hex | 98 | 29 | F | 0 | 49 | 5A | 28 | B | 52 | 21 |
| Octal | 230 | 51 | 17 | 0 | 111 | 132 | 50 | 13 | 122 | 41 |
| Binary | 10011000 | 101001 | 1111 | 0 | 1001001 | 1011010 | 101000 | 1011 | 1010010 | 100001 |
Color Harmonies of #98290F
Complementary color
Monochromatic Colors of #98290F
Black with #98290F
Text Example
Text Example
White with #98290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98290F; }
p { color: rgb(152,41,15); }
H1.HeaderClassName
{
color: #98290F;
}
.AnyTagClassName
{
color: #98290F;
}
</style>
background-color css
<style>
a { background-color: #98290F; }
a { background-color: rgb(152,41,15); }
div.DivClassName
{
background-color: #98290F;
}
.BgClassName
{
background-color: #98290F;
}
</style>
border-color css
<style>
span { border-color: #98290F; }
span { border-color: rgb(152,41,15); }
td.TdClassName
{
border-color: #98290F;
}
.TagClassName
{
border-color: #98290F;
}
</style>