Shades of Burnt Umber #972D19
Tints of Burnt Umber #972D19
RGB
CMYK
RGB Variations
Color information
#972D19 (or 0x972D19) is known color: Burnt Umber. HEX triplet: 97, 2D and 19. RGB value is (151,45,25). Sum of RGB (Red+Green+Blue) = 151+45+25=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #972D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D19 is #68D2E6. Grayscale: #4A4A4A. Windows color (decimal): -6869735 or 1650071. OLE color: 1650071.
HSL color Cylindrical-coordinate representation of color #972D19: hue angle of 9.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972D19 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 25 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.41 |
| HSL | 9.52º | 0.72% | 0.35% | - |
| HSV(B) | 9.52º | 0.83% | 0.59% | - |
| XYZ | 13.88 | 8.53 | 1.83 | - |
| YUV | 74.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 25 | 0 | 0.70 | 0.83 | 0.41 | 9.52 | 0.72 | 0.35 |
| Hex | 97 | 2D | 19 | 0 | 46 | 53 | 29 | A | 48 | 23 |
| Octal | 227 | 55 | 31 | 0 | 106 | 123 | 51 | 12 | 110 | 43 |
| Binary | 10010111 | 101101 | 11001 | 0 | 1000110 | 1010011 | 101001 | 1010 | 1001000 | 100011 |
Color Harmonies of #972D19
Complementary color
Monochromatic Colors of #972D19
Black with #972D19
Text Example
Text Example
White with #972D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D19; }
p { color: rgb(151,45,25); }
H1.HeaderClassName
{
color: #972D19;
}
.AnyTagClassName
{
color: #972D19;
}
</style>
background-color css
<style>
a { background-color: #972D19; }
a { background-color: rgb(151,45,25); }
div.DivClassName
{
background-color: #972D19;
}
.BgClassName
{
background-color: #972D19;
}
</style>
border-color css
<style>
span { border-color: #972D19; }
span { border-color: rgb(151,45,25); }
td.TdClassName
{
border-color: #972D19;
}
.TagClassName
{
border-color: #972D19;
}
</style>