Shades of Burnt Umber #972F0D
Tints of Burnt Umber #972F0D
RGB
CMYK
RGB Variations
Color information
#972F0D (or 0x972F0D) is known color: Burnt Umber. HEX triplet: 97, 2F and 0D. RGB value is (151,47,13). Sum of RGB (Red+Green+Blue) = 151+47+13=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #972F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972F0D is #68D0F2. Grayscale: #4A4A4A. Windows color (decimal): -6869235 or 864151. OLE color: 864151.
HSL color Cylindrical-coordinate representation of color #972F0D: hue angle of 14.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #972F0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 13 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.41 |
| HSL | 14.78º | 0.84% | 0.32% | - |
| HSV(B) | 14.78º | 0.91% | 0.59% | - |
| XYZ | 13.85 | 8.64 | 1.32 | - |
| YUV | 74.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 13 | 0 | 0.69 | 0.91 | 0.41 | 14.78 | 0.84 | 0.32 |
| Hex | 97 | 2F | D | 0 | 45 | 5B | 29 | F | 54 | 20 |
| Octal | 227 | 57 | 15 | 0 | 105 | 133 | 51 | 17 | 124 | 40 |
| Binary | 10010111 | 101111 | 1101 | 0 | 1000101 | 1011011 | 101001 | 1111 | 1010100 | 100000 |
Color Harmonies of #972F0D
Complementary color
Monochromatic Colors of #972F0D
Black with #972F0D
Text Example
Text Example
White with #972F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F0D; }
p { color: rgb(151,47,13); }
H1.HeaderClassName
{
color: #972F0D;
}
.AnyTagClassName
{
color: #972F0D;
}
</style>
background-color css
<style>
a { background-color: #972F0D; }
a { background-color: rgb(151,47,13); }
div.DivClassName
{
background-color: #972F0D;
}
.BgClassName
{
background-color: #972F0D;
}
</style>
border-color css
<style>
span { border-color: #972F0D; }
span { border-color: rgb(151,47,13); }
td.TdClassName
{
border-color: #972F0D;
}
.TagClassName
{
border-color: #972F0D;
}
</style>