Shades of Burnt Umber #972F20
Tints of Burnt Umber #972F20
RGB
CMYK
RGB Variations
Color information
#972F20 (or 0x972F20) is known color: Burnt Umber. HEX triplet: 97, 2F and 20. RGB value is (151,47,32). Sum of RGB (Red+Green+Blue) = 151+47+32=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #972F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F20 is #68D0DF. Grayscale: #4C4C4C. Windows color (decimal): -6869216 or 2109335. OLE color: 2109335.
HSL color Cylindrical-coordinate representation of color #972F20: hue angle of 7.56º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972F20 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 32 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.41 |
| HSL | 7.56º | 0.65% | 0.36% | - |
| HSV(B) | 7.56º | 0.79% | 0.59% | - |
| XYZ | 14.04 | 8.72 | 2.31 | - |
| YUV | 76.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 32 | 0 | 0.69 | 0.79 | 0.41 | 7.56 | 0.65 | 0.36 |
| Hex | 97 | 2F | 20 | 0 | 45 | 4F | 29 | 8 | 41 | 24 |
| Octal | 227 | 57 | 40 | 0 | 105 | 117 | 51 | 10 | 101 | 44 |
| Binary | 10010111 | 101111 | 100000 | 0 | 1000101 | 1001111 | 101001 | 1000 | 1000001 | 100100 |
Color Harmonies of #972F20
Complementary color
Monochromatic Colors of #972F20
Black with #972F20
Text Example
Text Example
White with #972F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F20; }
p { color: rgb(151,47,32); }
H1.HeaderClassName
{
color: #972F20;
}
.AnyTagClassName
{
color: #972F20;
}
</style>
background-color css
<style>
a { background-color: #972F20; }
a { background-color: rgb(151,47,32); }
div.DivClassName
{
background-color: #972F20;
}
.BgClassName
{
background-color: #972F20;
}
</style>
border-color css
<style>
span { border-color: #972F20; }
span { border-color: rgb(151,47,32); }
td.TdClassName
{
border-color: #972F20;
}
.TagClassName
{
border-color: #972F20;
}
</style>