Shades of Burnt Umber #982C13
Tints of Burnt Umber #982C13
RGB
CMYK
RGB Variations
Color information
#982C13 (or 0x982C13) is known color: Burnt Umber. HEX triplet: 98, 2C and 13. RGB value is (152,44,19). Sum of RGB (Red+Green+Blue) = 152+44+19=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #982C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C13 is #67D3EC. Grayscale: #494949. Windows color (decimal): -6804461 or 1256600. OLE color: 1256600.
HSL color Cylindrical-coordinate representation of color #982C13: hue angle of 11.28º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982C13 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 19 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.40 |
| HSL | 11.28º | 0.78% | 0.34% | - |
| HSV(B) | 11.28º | 0.88% | 0.6% | - |
| XYZ | 13.97 | 8.52 | 1.53 | - |
| YUV | 73.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 19 | 0 | 0.71 | 0.87 | 0.40 | 11.28 | 0.78 | 0.34 |
| Hex | 98 | 2C | 13 | 0 | 47 | 57 | 28 | B | 4E | 22 |
| Octal | 230 | 54 | 23 | 0 | 107 | 127 | 50 | 13 | 116 | 42 |
| Binary | 10011000 | 101100 | 10011 | 0 | 1000111 | 1010111 | 101000 | 1011 | 1001110 | 100010 |
Color Harmonies of #982C13
Complementary color
Monochromatic Colors of #982C13
Black with #982C13
Text Example
Text Example
White with #982C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C13; }
p { color: rgb(152,44,19); }
H1.HeaderClassName
{
color: #982C13;
}
.AnyTagClassName
{
color: #982C13;
}
</style>
background-color css
<style>
a { background-color: #982C13; }
a { background-color: rgb(152,44,19); }
div.DivClassName
{
background-color: #982C13;
}
.BgClassName
{
background-color: #982C13;
}
</style>
border-color css
<style>
span { border-color: #982C13; }
span { border-color: rgb(152,44,19); }
td.TdClassName
{
border-color: #982C13;
}
.TagClassName
{
border-color: #982C13;
}
</style>