Shades of Burnt Umber #982F10
Tints of Burnt Umber #982F10
RGB
CMYK
RGB Variations
Color information
#982F10 (or 0x982F10) is known color: Burnt Umber. HEX triplet: 98, 2F and 10. RGB value is (152,47,16). Sum of RGB (Red+Green+Blue) = 152+47+16=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #982F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F10 is #67D0EF. Grayscale: #4B4B4B. Windows color (decimal): -6803696 or 1060760. OLE color: 1060760.
HSL color Cylindrical-coordinate representation of color #982F10: hue angle of 13.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982F10 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 16 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.40 |
| HSL | 13.68º | 0.81% | 0.33% | - |
| HSV(B) | 13.68º | 0.89% | 0.6% | - |
| XYZ | 14.06 | 8.75 | 1.44 | - |
| YUV | 74.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 16 | 0 | 0.69 | 0.89 | 0.40 | 13.68 | 0.81 | 0.33 |
| Hex | 98 | 2F | 10 | 0 | 45 | 59 | 28 | E | 51 | 21 |
| Octal | 230 | 57 | 20 | 0 | 105 | 131 | 50 | 16 | 121 | 41 |
| Binary | 10011000 | 101111 | 10000 | 0 | 1000101 | 1011001 | 101000 | 1110 | 1010001 | 100001 |
Color Harmonies of #982F10
Complementary color
Monochromatic Colors of #982F10
Black with #982F10
Text Example
Text Example
White with #982F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F10; }
p { color: rgb(152,47,16); }
H1.HeaderClassName
{
color: #982F10;
}
.AnyTagClassName
{
color: #982F10;
}
</style>
background-color css
<style>
a { background-color: #982F10; }
a { background-color: rgb(152,47,16); }
div.DivClassName
{
background-color: #982F10;
}
.BgClassName
{
background-color: #982F10;
}
</style>
border-color css
<style>
span { border-color: #982F10; }
span { border-color: rgb(152,47,16); }
td.TdClassName
{
border-color: #982F10;
}
.TagClassName
{
border-color: #982F10;
}
</style>