Shades of Burnt Umber #982B0D
Tints of Burnt Umber #982B0D
RGB
CMYK
RGB Variations
Color information
#982B0D (or 0x982B0D) is known color: Burnt Umber. HEX triplet: 98, 2B and 0D. RGB value is (152,43,13). Sum of RGB (Red+Green+Blue) = 152+43+13=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982B0D is #67D4F2. Grayscale: #484848. Windows color (decimal): -6804723 or 863128. OLE color: 863128.
HSL color Cylindrical-coordinate representation of color #982B0D: hue angle of 12.95º 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 #982B0D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 13 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.40 |
| HSL | 12.95º | 0.84% | 0.32% | - |
| HSV(B) | 12.95º | 0.91% | 0.6% | - |
| XYZ | 13.89 | 8.43 | 1.28 | - |
| YUV | 72.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 13 | 0 | 0.72 | 0.91 | 0.40 | 12.95 | 0.84 | 0.32 |
| Hex | 98 | 2B | D | 0 | 48 | 5B | 28 | D | 54 | 20 |
| Octal | 230 | 53 | 15 | 0 | 110 | 133 | 50 | 15 | 124 | 40 |
| Binary | 10011000 | 101011 | 1101 | 0 | 1001000 | 1011011 | 101000 | 1101 | 1010100 | 100000 |
Color Harmonies of #982B0D
Complementary color
Monochromatic Colors of #982B0D
Black with #982B0D
Text Example
Text Example
White with #982B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B0D; }
p { color: rgb(152,43,13); }
H1.HeaderClassName
{
color: #982B0D;
}
.AnyTagClassName
{
color: #982B0D;
}
</style>
background-color css
<style>
a { background-color: #982B0D; }
a { background-color: rgb(152,43,13); }
div.DivClassName
{
background-color: #982B0D;
}
.BgClassName
{
background-color: #982B0D;
}
</style>
border-color css
<style>
span { border-color: #982B0D; }
span { border-color: rgb(152,43,13); }
td.TdClassName
{
border-color: #982B0D;
}
.TagClassName
{
border-color: #982B0D;
}
</style>