Shades of Burnt Umber #972D1D
Tints of Burnt Umber #972D1D
RGB
CMYK
RGB Variations
Color information
#972D1D (or 0x972D1D) is known color: Burnt Umber. HEX triplet: 97, 2D and 1D. RGB value is (151,45,29). Sum of RGB (Red+Green+Blue) = 151+45+29=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D1D is #68D2E2. Grayscale: #4B4B4B. Windows color (decimal): -6869731 or 1912215. OLE color: 1912215.
HSL color Cylindrical-coordinate representation of color #972D1D: hue angle of 7.87º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972D1D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 29 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.41 |
| HSL | 7.87º | 0.68% | 0.35% | - |
| HSV(B) | 7.87º | 0.81% | 0.59% | - |
| XYZ | 13.92 | 8.54 | 2.08 | - |
| YUV | 74.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 29 | 0 | 0.70 | 0.81 | 0.41 | 7.87 | 0.68 | 0.35 |
| Hex | 97 | 2D | 1D | 0 | 46 | 51 | 29 | 8 | 44 | 23 |
| Octal | 227 | 55 | 35 | 0 | 106 | 121 | 51 | 10 | 104 | 43 |
| Binary | 10010111 | 101101 | 11101 | 0 | 1000110 | 1010001 | 101001 | 1000 | 1000100 | 100011 |
Color Harmonies of #972D1D
Complementary color
Monochromatic Colors of #972D1D
Black with #972D1D
Text Example
Text Example
White with #972D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D1D; }
p { color: rgb(151,45,29); }
H1.HeaderClassName
{
color: #972D1D;
}
.AnyTagClassName
{
color: #972D1D;
}
</style>
background-color css
<style>
a { background-color: #972D1D; }
a { background-color: rgb(151,45,29); }
div.DivClassName
{
background-color: #972D1D;
}
.BgClassName
{
background-color: #972D1D;
}
</style>
border-color css
<style>
span { border-color: #972D1D; }
span { border-color: rgb(151,45,29); }
td.TdClassName
{
border-color: #972D1D;
}
.TagClassName
{
border-color: #972D1D;
}
</style>