Shades of Burnt Umber #982F0F
Tints of Burnt Umber #982F0F
RGB
CMYK
RGB Variations
Color information
#982F0F (or 0x982F0F) is known color: Burnt Umber. HEX triplet: 98, 2F and 0F. RGB value is (152,47,15). Sum of RGB (Red+Green+Blue) = 152+47+15=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #982F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F0F is #67D0F0. Grayscale: #4A4A4A. Windows color (decimal): -6803697 or 995224. OLE color: 995224.
HSL color Cylindrical-coordinate representation of color #982F0F: hue angle of 14.01º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #982F0F is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 15 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.40 |
| HSL | 14.01º | 0.82% | 0.33% | - |
| HSV(B) | 14.01º | 0.9% | 0.6% | - |
| XYZ | 14.05 | 8.74 | 1.4 | - |
| YUV | 74.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 15 | 0 | 0.69 | 0.90 | 0.40 | 14.01 | 0.82 | 0.33 |
| Hex | 98 | 2F | F | 0 | 45 | 5A | 28 | E | 52 | 21 |
| Octal | 230 | 57 | 17 | 0 | 105 | 132 | 50 | 16 | 122 | 41 |
| Binary | 10011000 | 101111 | 1111 | 0 | 1000101 | 1011010 | 101000 | 1110 | 1010010 | 100001 |
Color Harmonies of #982F0F
Complementary color
Monochromatic Colors of #982F0F
Black with #982F0F
Text Example
Text Example
White with #982F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F0F; }
p { color: rgb(152,47,15); }
H1.HeaderClassName
{
color: #982F0F;
}
.AnyTagClassName
{
color: #982F0F;
}
</style>
background-color css
<style>
a { background-color: #982F0F; }
a { background-color: rgb(152,47,15); }
div.DivClassName
{
background-color: #982F0F;
}
.BgClassName
{
background-color: #982F0F;
}
</style>
border-color css
<style>
span { border-color: #982F0F; }
span { border-color: rgb(152,47,15); }
td.TdClassName
{
border-color: #982F0F;
}
.TagClassName
{
border-color: #982F0F;
}
</style>