Shades of Burnt Umber #982912
Tints of Burnt Umber #982912
RGB
CMYK
RGB Variations
Color information
#982912 (or 0x982912) is known color: Burnt Umber. HEX triplet: 98, 29 and 12. RGB value is (152,41,18). Sum of RGB (Red+Green+Blue) = 152+41+18=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #982912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982912 is #67D6ED. Grayscale: #474747. Windows color (decimal): -6805230 or 1190296. OLE color: 1190296.
HSL color Cylindrical-coordinate representation of color #982912: hue angle of 10.3º 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 #982912 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 18 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.40 |
| HSL | 10.3º | 0.79% | 0.33% | - |
| HSV(B) | 10.3º | 0.88% | 0.6% | - |
| XYZ | 13.85 | 8.3 | 1.45 | - |
| YUV | 71.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 18 | 0 | 0.73 | 0.88 | 0.40 | 10.3 | 0.79 | 0.33 |
| Hex | 98 | 29 | 12 | 0 | 49 | 58 | 28 | A | 4F | 21 |
| Octal | 230 | 51 | 22 | 0 | 111 | 130 | 50 | 12 | 117 | 41 |
| Binary | 10011000 | 101001 | 10010 | 0 | 1001001 | 1011000 | 101000 | 1010 | 1001111 | 100001 |
Color Harmonies of #982912
Complementary color
Monochromatic Colors of #982912
Black with #982912
Text Example
Text Example
White with #982912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982912; }
p { color: rgb(152,41,18); }
H1.HeaderClassName
{
color: #982912;
}
.AnyTagClassName
{
color: #982912;
}
</style>
background-color css
<style>
a { background-color: #982912; }
a { background-color: rgb(152,41,18); }
div.DivClassName
{
background-color: #982912;
}
.BgClassName
{
background-color: #982912;
}
</style>
border-color css
<style>
span { border-color: #982912; }
span { border-color: rgb(152,41,18); }
td.TdClassName
{
border-color: #982912;
}
.TagClassName
{
border-color: #982912;
}
</style>