Shades of Burnt Umber #982808
Tints of Burnt Umber #982808
RGB
CMYK
RGB Variations
Color information
#982808 (or 0x982808) is known color: Burnt Umber. HEX triplet: 98, 28 and 08. RGB value is (152,40,8). Sum of RGB (Red+Green+Blue) = 152+40+8=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #982808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982808 is #67D7F7. Grayscale: #464646. Windows color (decimal): -6805496 or 534680. OLE color: 534680.
HSL color Cylindrical-coordinate representation of color #982808: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #982808 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.40 |
| HSL | 13.33º | 0.9% | 0.31% | - |
| HSV(B) | 13.33º | 0.95% | 0.6% | - |
| XYZ | 13.75 | 8.21 | 1.09 | - |
| YUV | 69.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 8 | 0 | 0.74 | 0.95 | 0.40 | 13.33 | 0.9 | 0.31 |
| Hex | 98 | 28 | 8 | 0 | 4A | 5F | 28 | D | 5A | 1F |
| Octal | 230 | 50 | 10 | 0 | 112 | 137 | 50 | 15 | 132 | 37 |
| Binary | 10011000 | 101000 | 1000 | 0 | 1001010 | 1011111 | 101000 | 1101 | 1011010 | 11111 |
Color Harmonies of #982808
Complementary color
Monochromatic Colors of #982808
Black with #982808
Text Example
Text Example
White with #982808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982808; }
p { color: rgb(152,40,8); }
H1.HeaderClassName
{
color: #982808;
}
.AnyTagClassName
{
color: #982808;
}
</style>
background-color css
<style>
a { background-color: #982808; }
a { background-color: rgb(152,40,8); }
div.DivClassName
{
background-color: #982808;
}
.BgClassName
{
background-color: #982808;
}
</style>
border-color css
<style>
span { border-color: #982808; }
span { border-color: rgb(152,40,8); }
td.TdClassName
{
border-color: #982808;
}
.TagClassName
{
border-color: #982808;
}
</style>