Shades of Burnt Umber #982D12
Tints of Burnt Umber #982D12
RGB
CMYK
RGB Variations
Color information
#982D12 (or 0x982D12) is known color: Burnt Umber. HEX triplet: 98, 2D and 12. RGB value is (152,45,18). Sum of RGB (Red+Green+Blue) = 152+45+18=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #982D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D12 is #67D2ED. Grayscale: #4A4A4A. Windows color (decimal): -6804206 or 1191320. OLE color: 1191320.
HSL color Cylindrical-coordinate representation of color #982D12: hue angle of 12.09º 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 #982D12 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 18 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.40 |
| HSL | 12.09º | 0.79% | 0.33% | - |
| HSV(B) | 12.09º | 0.88% | 0.6% | - |
| XYZ | 14 | 8.6 | 1.49 | - |
| YUV | 73.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 18 | 0 | 0.70 | 0.88 | 0.40 | 12.09 | 0.79 | 0.33 |
| Hex | 98 | 2D | 12 | 0 | 46 | 58 | 28 | C | 4F | 21 |
| Octal | 230 | 55 | 22 | 0 | 106 | 130 | 50 | 14 | 117 | 41 |
| Binary | 10011000 | 101101 | 10010 | 0 | 1000110 | 1011000 | 101000 | 1100 | 1001111 | 100001 |
Color Harmonies of #982D12
Complementary color
Monochromatic Colors of #982D12
Black with #982D12
Text Example
Text Example
White with #982D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D12; }
p { color: rgb(152,45,18); }
H1.HeaderClassName
{
color: #982D12;
}
.AnyTagClassName
{
color: #982D12;
}
</style>
background-color css
<style>
a { background-color: #982D12; }
a { background-color: rgb(152,45,18); }
div.DivClassName
{
background-color: #982D12;
}
.BgClassName
{
background-color: #982D12;
}
</style>
border-color css
<style>
span { border-color: #982D12; }
span { border-color: rgb(152,45,18); }
td.TdClassName
{
border-color: #982D12;
}
.TagClassName
{
border-color: #982D12;
}
</style>