Shades of Burnt Umber #98280B
Tints of Burnt Umber #98280B
RGB
CMYK
RGB Variations
Color information
#98280B (or 0x98280B) is known color: Burnt Umber. HEX triplet: 98, 28 and 0B. RGB value is (152,40,11). Sum of RGB (Red+Green+Blue) = 152+40+11=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280B is #67D7F4. Grayscale: #464646. Windows color (decimal): -6805493 or 731288. OLE color: 731288.
HSL color Cylindrical-coordinate representation of color #98280B: hue angle of 12.34º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98280B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 11 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.40 |
| HSL | 12.34º | 0.87% | 0.32% | - |
| HSV(B) | 12.34º | 0.93% | 0.6% | - |
| XYZ | 13.77 | 8.22 | 1.18 | - |
| YUV | 70.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 11 | 0 | 0.74 | 0.93 | 0.40 | 12.34 | 0.87 | 0.32 |
| Hex | 98 | 28 | B | 0 | 4A | 5D | 28 | C | 57 | 20 |
| Octal | 230 | 50 | 13 | 0 | 112 | 135 | 50 | 14 | 127 | 40 |
| Binary | 10011000 | 101000 | 1011 | 0 | 1001010 | 1011101 | 101000 | 1100 | 1010111 | 100000 |
Color Harmonies of #98280B
Complementary color
Monochromatic Colors of #98280B
Black with #98280B
Text Example
Text Example
White with #98280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98280B; }
p { color: rgb(152,40,11); }
H1.HeaderClassName
{
color: #98280B;
}
.AnyTagClassName
{
color: #98280B;
}
</style>
background-color css
<style>
a { background-color: #98280B; }
a { background-color: rgb(152,40,11); }
div.DivClassName
{
background-color: #98280B;
}
.BgClassName
{
background-color: #98280B;
}
</style>
border-color css
<style>
span { border-color: #98280B; }
span { border-color: rgb(152,40,11); }
td.TdClassName
{
border-color: #98280B;
}
.TagClassName
{
border-color: #98280B;
}
</style>