Shades of Burnt Umber #983015
Tints of Burnt Umber #983015
RGB
CMYK
RGB Variations
Color information
#983015 (or 0x983015) is known color: Burnt Umber. HEX triplet: 98, 30 and 15. RGB value is (152,48,21). Sum of RGB (Red+Green+Blue) = 152+48+21=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #983015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983015 is #67CFEA. Grayscale: #4C4C4C. Windows color (decimal): -6803435 or 1388696. OLE color: 1388696.
HSL color Cylindrical-coordinate representation of color #983015: hue angle of 12.37º 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 #983015 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 21 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.40 |
| HSL | 12.37º | 0.76% | 0.34% | - |
| HSV(B) | 12.37º | 0.86% | 0.6% | - |
| XYZ | 14.14 | 8.84 | 1.67 | - |
| YUV | 76.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 21 | 0 | 0.68 | 0.86 | 0.40 | 12.37 | 0.76 | 0.34 |
| Hex | 98 | 30 | 15 | 0 | 44 | 56 | 28 | C | 4C | 22 |
| Octal | 230 | 60 | 25 | 0 | 104 | 126 | 50 | 14 | 114 | 42 |
| Binary | 10011000 | 110000 | 10101 | 0 | 1000100 | 1010110 | 101000 | 1100 | 1001100 | 100010 |
Color Harmonies of #983015
Complementary color
Monochromatic Colors of #983015
Black with #983015
Text Example
Text Example
White with #983015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983015; }
p { color: rgb(152,48,21); }
H1.HeaderClassName
{
color: #983015;
}
.AnyTagClassName
{
color: #983015;
}
</style>
background-color css
<style>
a { background-color: #983015; }
a { background-color: rgb(152,48,21); }
div.DivClassName
{
background-color: #983015;
}
.BgClassName
{
background-color: #983015;
}
</style>
border-color css
<style>
span { border-color: #983015; }
span { border-color: rgb(152,48,21); }
td.TdClassName
{
border-color: #983015;
}
.TagClassName
{
border-color: #983015;
}
</style>