Shades of Burnt Umber #98280E
Tints of Burnt Umber #98280E
RGB
CMYK
RGB Variations
Color information
#98280E (or 0x98280E) is known color: Burnt Umber. HEX triplet: 98, 28 and 0E. RGB value is (152,40,14). Sum of RGB (Red+Green+Blue) = 152+40+14=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280E is #67D7F1. Grayscale: #464646. Windows color (decimal): -6805490 or 927896. OLE color: 927896.
HSL color Cylindrical-coordinate representation of color #98280E: hue angle of 11.3º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98280E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 14 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.40 |
| HSL | 11.3º | 0.83% | 0.33% | - |
| HSV(B) | 11.3º | 0.91% | 0.6% | - |
| XYZ | 13.79 | 8.22 | 1.28 | - |
| YUV | 70.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 14 | 0 | 0.74 | 0.91 | 0.40 | 11.3 | 0.83 | 0.33 |
| Hex | 98 | 28 | E | 0 | 4A | 5B | 28 | B | 53 | 21 |
| Octal | 230 | 50 | 16 | 0 | 112 | 133 | 50 | 13 | 123 | 41 |
| Binary | 10011000 | 101000 | 1110 | 0 | 1001010 | 1011011 | 101000 | 1011 | 1010011 | 100001 |
Color Harmonies of #98280E
Complementary color
Monochromatic Colors of #98280E
Black with #98280E
Text Example
Text Example
White with #98280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98280E; }
p { color: rgb(152,40,14); }
H1.HeaderClassName
{
color: #98280E;
}
.AnyTagClassName
{
color: #98280E;
}
</style>
background-color css
<style>
a { background-color: #98280E; }
a { background-color: rgb(152,40,14); }
div.DivClassName
{
background-color: #98280E;
}
.BgClassName
{
background-color: #98280E;
}
</style>
border-color css
<style>
span { border-color: #98280E; }
span { border-color: rgb(152,40,14); }
td.TdClassName
{
border-color: #98280E;
}
.TagClassName
{
border-color: #98280E;
}
</style>