Shades of Burnt Umber #972F1B
Tints of Burnt Umber #972F1B
RGB
CMYK
RGB Variations
Color information
#972F1B (or 0x972F1B) is known color: Burnt Umber. HEX triplet: 97, 2F and 1B. RGB value is (151,47,27). Sum of RGB (Red+Green+Blue) = 151+47+27=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F1B is #68D0E4. Grayscale: #4C4C4C. Windows color (decimal): -6869221 or 1781655. OLE color: 1781655.
HSL color Cylindrical-coordinate representation of color #972F1B: hue angle of 9.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972F1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 27 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.41 |
| HSL | 9.68º | 0.7% | 0.35% | - |
| HSV(B) | 9.68º | 0.82% | 0.59% | - |
| XYZ | 13.98 | 8.69 | 1.98 | - |
| YUV | 75.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 27 | 0 | 0.69 | 0.82 | 0.41 | 9.68 | 0.7 | 0.35 |
| Hex | 97 | 2F | 1B | 0 | 45 | 52 | 29 | A | 46 | 23 |
| Octal | 227 | 57 | 33 | 0 | 105 | 122 | 51 | 12 | 106 | 43 |
| Binary | 10010111 | 101111 | 11011 | 0 | 1000101 | 1010010 | 101001 | 1010 | 1000110 | 100011 |
Color Harmonies of #972F1B
Complementary color
Monochromatic Colors of #972F1B
Black with #972F1B
Text Example
Text Example
White with #972F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F1B; }
p { color: rgb(151,47,27); }
H1.HeaderClassName
{
color: #972F1B;
}
.AnyTagClassName
{
color: #972F1B;
}
</style>
background-color css
<style>
a { background-color: #972F1B; }
a { background-color: rgb(151,47,27); }
div.DivClassName
{
background-color: #972F1B;
}
.BgClassName
{
background-color: #972F1B;
}
</style>
border-color css
<style>
span { border-color: #972F1B; }
span { border-color: rgb(151,47,27); }
td.TdClassName
{
border-color: #972F1B;
}
.TagClassName
{
border-color: #972F1B;
}
</style>