Shades of Burnt Umber #982D0D
Tints of Burnt Umber #982D0D
RGB
CMYK
RGB Variations
Color information
#982D0D (or 0x982D0D) is known color: Burnt Umber. HEX triplet: 98, 2D and 0D. RGB value is (152,45,13). Sum of RGB (Red+Green+Blue) = 152+45+13=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D0D is #67D2F2. Grayscale: #494949. Windows color (decimal): -6804211 or 863640. OLE color: 863640.
HSL color Cylindrical-coordinate representation of color #982D0D: hue angle of 13.81º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #982D0D is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 13 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.40 |
| HSL | 13.81º | 0.84% | 0.32% | - |
| HSV(B) | 13.81º | 0.91% | 0.6% | - |
| XYZ | 13.96 | 8.58 | 1.3 | - |
| YUV | 73.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 13 | 0 | 0.70 | 0.91 | 0.40 | 13.81 | 0.84 | 0.32 |
| Hex | 98 | 2D | D | 0 | 46 | 5B | 28 | E | 54 | 20 |
| Octal | 230 | 55 | 15 | 0 | 106 | 133 | 50 | 16 | 124 | 40 |
| Binary | 10011000 | 101101 | 1101 | 0 | 1000110 | 1011011 | 101000 | 1110 | 1010100 | 100000 |
Color Harmonies of #982D0D
Complementary color
Monochromatic Colors of #982D0D
Black with #982D0D
Text Example
Text Example
White with #982D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D0D; }
p { color: rgb(152,45,13); }
H1.HeaderClassName
{
color: #982D0D;
}
.AnyTagClassName
{
color: #982D0D;
}
</style>
background-color css
<style>
a { background-color: #982D0D; }
a { background-color: rgb(152,45,13); }
div.DivClassName
{
background-color: #982D0D;
}
.BgClassName
{
background-color: #982D0D;
}
</style>
border-color css
<style>
span { border-color: #982D0D; }
span { border-color: rgb(152,45,13); }
td.TdClassName
{
border-color: #982D0D;
}
.TagClassName
{
border-color: #982D0D;
}
</style>