Shades of Burnt Umber #972913
Tints of Burnt Umber #972913
RGB
CMYK
RGB Variations
Color information
#972913 (or 0x972913) is known color: Burnt Umber. HEX triplet: 97, 29 and 13. RGB value is (151,41,19). Sum of RGB (Red+Green+Blue) = 151+41+19=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #972913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972913 is #68D6EC. Grayscale: #474747. Windows color (decimal): -6870765 or 1255831. OLE color: 1255831.
HSL color Cylindrical-coordinate representation of color #972913: hue angle of 10º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972913 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 19 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.41 |
| HSL | 10º | 0.78% | 0.33% | - |
| HSV(B) | 10º | 0.87% | 0.59% | - |
| XYZ | 13.67 | 8.21 | 1.48 | - |
| YUV | 71.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 19 | 0 | 0.73 | 0.87 | 0.41 | 10 | 0.78 | 0.33 |
| Hex | 97 | 29 | 13 | 0 | 49 | 57 | 29 | A | 4E | 21 |
| Octal | 227 | 51 | 23 | 0 | 111 | 127 | 51 | 12 | 116 | 41 |
| Binary | 10010111 | 101001 | 10011 | 0 | 1001001 | 1010111 | 101001 | 1010 | 1001110 | 100001 |
Color Harmonies of #972913
Complementary color
Monochromatic Colors of #972913
Black with #972913
Text Example
Text Example
White with #972913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972913; }
p { color: rgb(151,41,19); }
H1.HeaderClassName
{
color: #972913;
}
.AnyTagClassName
{
color: #972913;
}
</style>
background-color css
<style>
a { background-color: #972913; }
a { background-color: rgb(151,41,19); }
div.DivClassName
{
background-color: #972913;
}
.BgClassName
{
background-color: #972913;
}
</style>
border-color css
<style>
span { border-color: #972913; }
span { border-color: rgb(151,41,19); }
td.TdClassName
{
border-color: #972913;
}
.TagClassName
{
border-color: #972913;
}
</style>