Shades of Burnt Umber #982C15
Tints of Burnt Umber #982C15
RGB
CMYK
RGB Variations
Color information
#982C15 (or 0x982C15) is known color: Burnt Umber. HEX triplet: 98, 2C and 15. RGB value is (152,44,21). Sum of RGB (Red+Green+Blue) = 152+44+21=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #982C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C15 is #67D3EA. Grayscale: #494949. Windows color (decimal): -6804459 or 1387672. OLE color: 1387672.
HSL color Cylindrical-coordinate representation of color #982C15: hue angle of 10.53º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #982C15 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 21 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.40 |
| HSL | 10.53º | 0.76% | 0.34% | - |
| HSV(B) | 10.53º | 0.86% | 0.6% | - |
| XYZ | 13.98 | 8.53 | 1.62 | - |
| YUV | 73.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 21 | 0 | 0.71 | 0.86 | 0.40 | 10.53 | 0.76 | 0.34 |
| Hex | 98 | 2C | 15 | 0 | 47 | 56 | 28 | B | 4C | 22 |
| Octal | 230 | 54 | 25 | 0 | 107 | 126 | 50 | 13 | 114 | 42 |
| Binary | 10011000 | 101100 | 10101 | 0 | 1000111 | 1010110 | 101000 | 1011 | 1001100 | 100010 |
Color Harmonies of #982C15
Complementary color
Monochromatic Colors of #982C15
Black with #982C15
Text Example
Text Example
White with #982C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C15; }
p { color: rgb(152,44,21); }
H1.HeaderClassName
{
color: #982C15;
}
.AnyTagClassName
{
color: #982C15;
}
</style>
background-color css
<style>
a { background-color: #982C15; }
a { background-color: rgb(152,44,21); }
div.DivClassName
{
background-color: #982C15;
}
.BgClassName
{
background-color: #982C15;
}
</style>
border-color css
<style>
span { border-color: #982C15; }
span { border-color: rgb(152,44,21); }
td.TdClassName
{
border-color: #982C15;
}
.TagClassName
{
border-color: #982C15;
}
</style>