Shades of Burnt Umber #972F0F
Tints of Burnt Umber #972F0F
RGB
CMYK
RGB Variations
Color information
#972F0F (or 0x972F0F) is known color: Burnt Umber. HEX triplet: 97, 2F and 0F. RGB value is (151,47,15). Sum of RGB (Red+Green+Blue) = 151+47+15=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #972F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972F0F is #68D0F0. Grayscale: #4A4A4A. Windows color (decimal): -6869233 or 995223. OLE color: 995223.
HSL color Cylindrical-coordinate representation of color #972F0F: hue angle of 14.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #972F0F is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 15 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.41 |
| HSL | 14.12º | 0.82% | 0.33% | - |
| HSV(B) | 14.12º | 0.9% | 0.59% | - |
| XYZ | 13.87 | 8.65 | 1.39 | - |
| YUV | 74.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 15 | 0 | 0.69 | 0.90 | 0.41 | 14.12 | 0.82 | 0.33 |
| Hex | 97 | 2F | F | 0 | 45 | 5A | 29 | E | 52 | 21 |
| Octal | 227 | 57 | 17 | 0 | 105 | 132 | 51 | 16 | 122 | 41 |
| Binary | 10010111 | 101111 | 1111 | 0 | 1000101 | 1011010 | 101001 | 1110 | 1010010 | 100001 |
Color Harmonies of #972F0F
Complementary color
Monochromatic Colors of #972F0F
Black with #972F0F
Text Example
Text Example
White with #972F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F0F; }
p { color: rgb(151,47,15); }
H1.HeaderClassName
{
color: #972F0F;
}
.AnyTagClassName
{
color: #972F0F;
}
</style>
background-color css
<style>
a { background-color: #972F0F; }
a { background-color: rgb(151,47,15); }
div.DivClassName
{
background-color: #972F0F;
}
.BgClassName
{
background-color: #972F0F;
}
</style>
border-color css
<style>
span { border-color: #972F0F; }
span { border-color: rgb(151,47,15); }
td.TdClassName
{
border-color: #972F0F;
}
.TagClassName
{
border-color: #972F0F;
}
</style>