Shades of Burnt Umber #982C10
Tints of Burnt Umber #982C10
RGB
CMYK
RGB Variations
Color information
#982C10 (or 0x982C10) is known color: Burnt Umber. HEX triplet: 98, 2C and 10. RGB value is (152,44,16). Sum of RGB (Red+Green+Blue) = 152+44+16=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C10 is #67D3EF. Grayscale: #494949. Windows color (decimal): -6804464 or 1059992. OLE color: 1059992.
HSL color Cylindrical-coordinate representation of color #982C10: hue angle of 12.35º 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 #982C10 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 16 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.40 |
| HSL | 12.35º | 0.81% | 0.33% | - |
| HSV(B) | 12.35º | 0.89% | 0.6% | - |
| XYZ | 13.94 | 8.51 | 1.4 | - |
| YUV | 73.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 16 | 0 | 0.71 | 0.89 | 0.40 | 12.35 | 0.81 | 0.33 |
| Hex | 98 | 2C | 10 | 0 | 47 | 59 | 28 | C | 51 | 21 |
| Octal | 230 | 54 | 20 | 0 | 107 | 131 | 50 | 14 | 121 | 41 |
| Binary | 10011000 | 101100 | 10000 | 0 | 1000111 | 1011001 | 101000 | 1100 | 1010001 | 100001 |
Color Harmonies of #982C10
Complementary color
Monochromatic Colors of #982C10
Black with #982C10
Text Example
Text Example
White with #982C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C10; }
p { color: rgb(152,44,16); }
H1.HeaderClassName
{
color: #982C10;
}
.AnyTagClassName
{
color: #982C10;
}
</style>
background-color css
<style>
a { background-color: #982C10; }
a { background-color: rgb(152,44,16); }
div.DivClassName
{
background-color: #982C10;
}
.BgClassName
{
background-color: #982C10;
}
</style>
border-color css
<style>
span { border-color: #982C10; }
span { border-color: rgb(152,44,16); }
td.TdClassName
{
border-color: #982C10;
}
.TagClassName
{
border-color: #982C10;
}
</style>