Shades of Burnt Umber #973114
Tints of Burnt Umber #973114
RGB
CMYK
RGB Variations
Color information
#973114 (or 0x973114) is known color: Burnt Umber. HEX triplet: 97, 31 and 14. RGB value is (151,49,20). Sum of RGB (Red+Green+Blue) = 151+49+20=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #973114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973114 is #68CEEB. Grayscale: #4C4C4C. Windows color (decimal): -6868716 or 1323415. OLE color: 1323415.
HSL color Cylindrical-coordinate representation of color #973114: hue angle of 13.28º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #973114 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 49 | 20 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.41 |
| HSL | 13.28º | 0.77% | 0.34% | - |
| HSV(B) | 13.28º | 0.87% | 0.59% | - |
| XYZ | 13.99 | 8.83 | 1.63 | - |
| YUV | 76.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 20 | 0 | 0.68 | 0.87 | 0.41 | 13.28 | 0.77 | 0.34 |
| Hex | 97 | 31 | 14 | 0 | 44 | 57 | 29 | D | 4D | 22 |
| Octal | 227 | 61 | 24 | 0 | 104 | 127 | 51 | 15 | 115 | 42 |
| Binary | 10010111 | 110001 | 10100 | 0 | 1000100 | 1010111 | 101001 | 1101 | 1001101 | 100010 |
Color Harmonies of #973114
Complementary color
Monochromatic Colors of #973114
Black with #973114
Text Example
Text Example
White with #973114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973114; }
p { color: rgb(151,49,20); }
H1.HeaderClassName
{
color: #973114;
}
.AnyTagClassName
{
color: #973114;
}
</style>
background-color css
<style>
a { background-color: #973114; }
a { background-color: rgb(151,49,20); }
div.DivClassName
{
background-color: #973114;
}
.BgClassName
{
background-color: #973114;
}
</style>
border-color css
<style>
span { border-color: #973114; }
span { border-color: rgb(151,49,20); }
td.TdClassName
{
border-color: #973114;
}
.TagClassName
{
border-color: #973114;
}
</style>