Shades of Burnt Umber #972C1D
Tints of Burnt Umber #972C1D
RGB
CMYK
RGB Variations
Color information
#972C1D (or 0x972C1D) is known color: Burnt Umber. HEX triplet: 97, 2C and 1D. RGB value is (151,44,29). Sum of RGB (Red+Green+Blue) = 151+44+29=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #972C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C1D is #68D3E2. Grayscale: #4A4A4A. Windows color (decimal): -6869987 or 1911959. OLE color: 1911959.
HSL color Cylindrical-coordinate representation of color #972C1D: hue angle of 7.38º 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 #972C1D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 29 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.41 |
| HSL | 7.38º | 0.68% | 0.35% | - |
| HSV(B) | 7.38º | 0.81% | 0.59% | - |
| XYZ | 13.88 | 8.47 | 2.07 | - |
| YUV | 74.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 29 | 0 | 0.71 | 0.81 | 0.41 | 7.38 | 0.68 | 0.35 |
| Hex | 97 | 2C | 1D | 0 | 47 | 51 | 29 | 7 | 44 | 23 |
| Octal | 227 | 54 | 35 | 0 | 107 | 121 | 51 | 7 | 104 | 43 |
| Binary | 10010111 | 101100 | 11101 | 0 | 1000111 | 1010001 | 101001 | 111 | 1000100 | 100011 |
Color Harmonies of #972C1D
Complementary color
Monochromatic Colors of #972C1D
Black with #972C1D
Text Example
Text Example
White with #972C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C1D; }
p { color: rgb(151,44,29); }
H1.HeaderClassName
{
color: #972C1D;
}
.AnyTagClassName
{
color: #972C1D;
}
</style>
background-color css
<style>
a { background-color: #972C1D; }
a { background-color: rgb(151,44,29); }
div.DivClassName
{
background-color: #972C1D;
}
.BgClassName
{
background-color: #972C1D;
}
</style>
border-color css
<style>
span { border-color: #972C1D; }
span { border-color: rgb(151,44,29); }
td.TdClassName
{
border-color: #972C1D;
}
.TagClassName
{
border-color: #972C1D;
}
</style>