Shades of Burnt Umber #973316
Tints of Burnt Umber #973316
RGB
CMYK
RGB Variations
Color information
#973316 (or 0x973316) is known color: Burnt Umber. HEX triplet: 97, 33 and 16. RGB value is (151,51,22). Sum of RGB (Red+Green+Blue) = 151+51+22=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #973316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973316 is #68CCE9. Grayscale: #4D4D4D. Windows color (decimal): -6868202 or 1454999. OLE color: 1454999.
HSL color Cylindrical-coordinate representation of color #973316: hue angle of 13.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #973316 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 22 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.41 |
| HSL | 13.49º | 0.75% | 0.34% | - |
| HSV(B) | 13.49º | 0.85% | 0.59% | - |
| XYZ | 14.09 | 9 | 1.75 | - |
| YUV | 77.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 22 | 0 | 0.66 | 0.85 | 0.41 | 13.49 | 0.75 | 0.34 |
| Hex | 97 | 33 | 16 | 0 | 42 | 55 | 29 | D | 4B | 22 |
| Octal | 227 | 63 | 26 | 0 | 102 | 125 | 51 | 15 | 113 | 42 |
| Binary | 10010111 | 110011 | 10110 | 0 | 1000010 | 1010101 | 101001 | 1101 | 1001011 | 100010 |
Color Harmonies of #973316
Complementary color
Monochromatic Colors of #973316
Black with #973316
Text Example
Text Example
White with #973316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973316; }
p { color: rgb(151,51,22); }
H1.HeaderClassName
{
color: #973316;
}
.AnyTagClassName
{
color: #973316;
}
</style>
background-color css
<style>
a { background-color: #973316; }
a { background-color: rgb(151,51,22); }
div.DivClassName
{
background-color: #973316;
}
.BgClassName
{
background-color: #973316;
}
</style>
border-color css
<style>
span { border-color: #973316; }
span { border-color: rgb(151,51,22); }
td.TdClassName
{
border-color: #973316;
}
.TagClassName
{
border-color: #973316;
}
</style>