Shades of Burnt Umber #982D0E
Tints of Burnt Umber #982D0E
RGB
CMYK
RGB Variations
Color information
#982D0E (or 0x982D0E) is known color: Burnt Umber. HEX triplet: 98, 2D and 0E. RGB value is (152,45,14). Sum of RGB (Red+Green+Blue) = 152+45+14=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #982D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D0E is #67D2F1. Grayscale: #494949. Windows color (decimal): -6804210 or 929176. OLE color: 929176.
HSL color Cylindrical-coordinate representation of color #982D0E: hue angle of 13.48º 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 #982D0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 14 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.40 |
| HSL | 13.48º | 0.83% | 0.33% | - |
| HSV(B) | 13.48º | 0.91% | 0.6% | - |
| XYZ | 13.97 | 8.58 | 1.34 | - |
| YUV | 73.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 14 | 0 | 0.70 | 0.91 | 0.40 | 13.48 | 0.83 | 0.33 |
| Hex | 98 | 2D | E | 0 | 46 | 5B | 28 | D | 53 | 21 |
| Octal | 230 | 55 | 16 | 0 | 106 | 133 | 50 | 15 | 123 | 41 |
| Binary | 10011000 | 101101 | 1110 | 0 | 1000110 | 1011011 | 101000 | 1101 | 1010011 | 100001 |
Color Harmonies of #982D0E
Complementary color
Monochromatic Colors of #982D0E
Black with #982D0E
Text Example
Text Example
White with #982D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D0E; }
p { color: rgb(152,45,14); }
H1.HeaderClassName
{
color: #982D0E;
}
.AnyTagClassName
{
color: #982D0E;
}
</style>
background-color css
<style>
a { background-color: #982D0E; }
a { background-color: rgb(152,45,14); }
div.DivClassName
{
background-color: #982D0E;
}
.BgClassName
{
background-color: #982D0E;
}
</style>
border-color css
<style>
span { border-color: #982D0E; }
span { border-color: rgb(152,45,14); }
td.TdClassName
{
border-color: #982D0E;
}
.TagClassName
{
border-color: #982D0E;
}
</style>