Shades of Burnt Umber #982E12
Tints of Burnt Umber #982E12
RGB
CMYK
RGB Variations
Color information
#982E12 (or 0x982E12) is known color: Burnt Umber. HEX triplet: 98, 2E and 12. RGB value is (152,46,18). Sum of RGB (Red+Green+Blue) = 152+46+18=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #982E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E12 is #67D1ED. Grayscale: #4A4A4A. Windows color (decimal): -6803950 or 1191576. OLE color: 1191576.
HSL color Cylindrical-coordinate representation of color #982E12: hue angle of 12.54º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982E12 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 46 | 18 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.40 |
| HSL | 12.54º | 0.79% | 0.33% | - |
| HSV(B) | 12.54º | 0.88% | 0.6% | - |
| XYZ | 14.04 | 8.67 | 1.51 | - |
| YUV | 74.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 18 | 0 | 0.70 | 0.88 | 0.40 | 12.54 | 0.79 | 0.33 |
| Hex | 98 | 2E | 12 | 0 | 46 | 58 | 28 | D | 4F | 21 |
| Octal | 230 | 56 | 22 | 0 | 106 | 130 | 50 | 15 | 117 | 41 |
| Binary | 10011000 | 101110 | 10010 | 0 | 1000110 | 1011000 | 101000 | 1101 | 1001111 | 100001 |
Color Harmonies of #982E12
Complementary color
Monochromatic Colors of #982E12
Black with #982E12
Text Example
Text Example
White with #982E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982E12; }
p { color: rgb(152,46,18); }
H1.HeaderClassName
{
color: #982E12;
}
.AnyTagClassName
{
color: #982E12;
}
</style>
background-color css
<style>
a { background-color: #982E12; }
a { background-color: rgb(152,46,18); }
div.DivClassName
{
background-color: #982E12;
}
.BgClassName
{
background-color: #982E12;
}
</style>
border-color css
<style>
span { border-color: #982E12; }
span { border-color: rgb(152,46,18); }
td.TdClassName
{
border-color: #982E12;
}
.TagClassName
{
border-color: #982E12;
}
</style>