Shades of Burnt Umber #973315
Tints of Burnt Umber #973315
RGB
CMYK
RGB Variations
Color information
#973315 (or 0x973315) is known color: Burnt Umber. HEX triplet: 97, 33 and 15. RGB value is (151,51,21). Sum of RGB (Red+Green+Blue) = 151+51+21=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #973315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973315 is #68CCEA. Grayscale: #4D4D4D. Windows color (decimal): -6868203 or 1389463. OLE color: 1389463.
HSL color Cylindrical-coordinate representation of color #973315: hue angle of 13.85º 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 #973315 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 21 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.41 |
| HSL | 13.85º | 0.76% | 0.34% | - |
| HSV(B) | 13.85º | 0.86% | 0.59% | - |
| XYZ | 14.08 | 9 | 1.7 | - |
| YUV | 77.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 21 | 0 | 0.66 | 0.86 | 0.41 | 13.85 | 0.76 | 0.34 |
| Hex | 97 | 33 | 15 | 0 | 42 | 56 | 29 | E | 4C | 22 |
| Octal | 227 | 63 | 25 | 0 | 102 | 126 | 51 | 16 | 114 | 42 |
| Binary | 10010111 | 110011 | 10101 | 0 | 1000010 | 1010110 | 101001 | 1110 | 1001100 | 100010 |
Color Harmonies of #973315
Complementary color
Monochromatic Colors of #973315
Black with #973315
Text Example
Text Example
White with #973315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973315; }
p { color: rgb(151,51,21); }
H1.HeaderClassName
{
color: #973315;
}
.AnyTagClassName
{
color: #973315;
}
</style>
background-color css
<style>
a { background-color: #973315; }
a { background-color: rgb(151,51,21); }
div.DivClassName
{
background-color: #973315;
}
.BgClassName
{
background-color: #973315;
}
</style>
border-color css
<style>
span { border-color: #973315; }
span { border-color: rgb(151,51,21); }
td.TdClassName
{
border-color: #973315;
}
.TagClassName
{
border-color: #973315;
}
</style>