Shades of Burnt Umber #973110
Tints of Burnt Umber #973110
RGB
CMYK
RGB Variations
Color information
#973110 (or 0x973110) is known color: Burnt Umber. HEX triplet: 97, 31 and 10. RGB value is (151,49,16). Sum of RGB (Red+Green+Blue) = 151+49+16=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #973110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973110 is #68CEEF. Grayscale: #4B4B4B. Windows color (decimal): -6868720 or 1061271. OLE color: 1061271.
HSL color Cylindrical-coordinate representation of color #973110: hue angle of 14.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #973110 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 49 | 16 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.41 |
| HSL | 14.67º | 0.81% | 0.33% | - |
| HSV(B) | 14.67º | 0.89% | 0.59% | - |
| XYZ | 13.95 | 8.81 | 1.46 | - |
| YUV | 75.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 16 | 0 | 0.68 | 0.89 | 0.41 | 14.67 | 0.81 | 0.33 |
| Hex | 97 | 31 | 10 | 0 | 44 | 59 | 29 | F | 51 | 21 |
| Octal | 227 | 61 | 20 | 0 | 104 | 131 | 51 | 17 | 121 | 41 |
| Binary | 10010111 | 110001 | 10000 | 0 | 1000100 | 1011001 | 101001 | 1111 | 1010001 | 100001 |
Color Harmonies of #973110
Complementary color
Monochromatic Colors of #973110
Black with #973110
Text Example
Text Example
White with #973110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973110; }
p { color: rgb(151,49,16); }
H1.HeaderClassName
{
color: #973110;
}
.AnyTagClassName
{
color: #973110;
}
</style>
background-color css
<style>
a { background-color: #973110; }
a { background-color: rgb(151,49,16); }
div.DivClassName
{
background-color: #973110;
}
.BgClassName
{
background-color: #973110;
}
</style>
border-color css
<style>
span { border-color: #973110; }
span { border-color: rgb(151,49,16); }
td.TdClassName
{
border-color: #973110;
}
.TagClassName
{
border-color: #973110;
}
</style>