Shades of Burnt Umber #973515
Tints of Burnt Umber #973515
RGB
CMYK
RGB Variations
Color information
#973515 (or 0x973515) is known color: Burnt Umber. HEX triplet: 97, 35 and 15. RGB value is (151,53,21). Sum of RGB (Red+Green+Blue) = 151+53+21=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #973515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973515 is #68CAEA. Grayscale: #4E4E4E. Windows color (decimal): -6867691 or 1389975. OLE color: 1389975.
HSL color Cylindrical-coordinate representation of color #973515: hue angle of 14.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #973515 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 21 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.41 |
| HSL | 14.77º | 0.76% | 0.34% | - |
| HSV(B) | 14.77º | 0.86% | 0.59% | - |
| XYZ | 14.17 | 9.18 | 1.73 | - |
| YUV | 78.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 21 | 0 | 0.65 | 0.86 | 0.41 | 14.77 | 0.76 | 0.34 |
| Hex | 97 | 35 | 15 | 0 | 41 | 56 | 29 | F | 4C | 22 |
| Octal | 227 | 65 | 25 | 0 | 101 | 126 | 51 | 17 | 114 | 42 |
| Binary | 10010111 | 110101 | 10101 | 0 | 1000001 | 1010110 | 101001 | 1111 | 1001100 | 100010 |
Color Harmonies of #973515
Complementary color
Monochromatic Colors of #973515
Black with #973515
Text Example
Text Example
White with #973515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973515; }
p { color: rgb(151,53,21); }
H1.HeaderClassName
{
color: #973515;
}
.AnyTagClassName
{
color: #973515;
}
</style>
background-color css
<style>
a { background-color: #973515; }
a { background-color: rgb(151,53,21); }
div.DivClassName
{
background-color: #973515;
}
.BgClassName
{
background-color: #973515;
}
</style>
border-color css
<style>
span { border-color: #973515; }
span { border-color: rgb(151,53,21); }
td.TdClassName
{
border-color: #973515;
}
.TagClassName
{
border-color: #973515;
}
</style>