Shades of Burnt Umber #982F0D
Tints of Burnt Umber #982F0D
RGB
CMYK
RGB Variations
Color information
#982F0D (or 0x982F0D) is known color: Burnt Umber. HEX triplet: 98, 2F and 0D. RGB value is (152,47,13). Sum of RGB (Red+Green+Blue) = 152+47+13=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F0D is #67D0F2. Grayscale: #4A4A4A. Windows color (decimal): -6803699 or 864152. OLE color: 864152.
HSL color Cylindrical-coordinate representation of color #982F0D: hue angle of 14.68º 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 #982F0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 13 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.40 |
| HSL | 14.68º | 0.84% | 0.32% | - |
| HSV(B) | 14.68º | 0.91% | 0.6% | - |
| XYZ | 14.04 | 8.74 | 1.33 | - |
| YUV | 74.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 13 | 0 | 0.69 | 0.91 | 0.40 | 14.68 | 0.84 | 0.32 |
| Hex | 98 | 2F | D | 0 | 45 | 5B | 28 | F | 54 | 20 |
| Octal | 230 | 57 | 15 | 0 | 105 | 133 | 50 | 17 | 124 | 40 |
| Binary | 10011000 | 101111 | 1101 | 0 | 1000101 | 1011011 | 101000 | 1111 | 1010100 | 100000 |
Color Harmonies of #982F0D
Complementary color
Monochromatic Colors of #982F0D
Black with #982F0D
Text Example
Text Example
White with #982F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F0D; }
p { color: rgb(152,47,13); }
H1.HeaderClassName
{
color: #982F0D;
}
.AnyTagClassName
{
color: #982F0D;
}
</style>
background-color css
<style>
a { background-color: #982F0D; }
a { background-color: rgb(152,47,13); }
div.DivClassName
{
background-color: #982F0D;
}
.BgClassName
{
background-color: #982F0D;
}
</style>
border-color css
<style>
span { border-color: #982F0D; }
span { border-color: rgb(152,47,13); }
td.TdClassName
{
border-color: #982F0D;
}
.TagClassName
{
border-color: #982F0D;
}
</style>