Shades of Burnt Umber #972B09
Tints of Burnt Umber #972B09
RGB
CMYK
RGB Variations
Color information
#972B09 (or 0x972B09) is known color: Burnt Umber. HEX triplet: 97, 2B and 09. RGB value is (151,43,9). Sum of RGB (Red+Green+Blue) = 151+43+9=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #972B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972B09 is #68D4F6. Grayscale: #474747. Windows color (decimal): -6870263 or 600983. OLE color: 600983.
HSL color Cylindrical-coordinate representation of color #972B09: hue angle of 14.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #972B09 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 9 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.41 |
| HSL | 14.37º | 0.89% | 0.31% | - |
| HSV(B) | 14.37º | 0.94% | 0.59% | - |
| XYZ | 13.68 | 8.33 | 1.14 | - |
| YUV | 71.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 9 | 0 | 0.72 | 0.94 | 0.41 | 14.37 | 0.89 | 0.31 |
| Hex | 97 | 2B | 9 | 0 | 48 | 5E | 29 | E | 59 | 1F |
| Octal | 227 | 53 | 11 | 0 | 110 | 136 | 51 | 16 | 131 | 37 |
| Binary | 10010111 | 101011 | 1001 | 0 | 1001000 | 1011110 | 101001 | 1110 | 1011001 | 11111 |
Color Harmonies of #972B09
Complementary color
Monochromatic Colors of #972B09
Black with #972B09
Text Example
Text Example
White with #972B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B09; }
p { color: rgb(151,43,9); }
H1.HeaderClassName
{
color: #972B09;
}
.AnyTagClassName
{
color: #972B09;
}
</style>
background-color css
<style>
a { background-color: #972B09; }
a { background-color: rgb(151,43,9); }
div.DivClassName
{
background-color: #972B09;
}
.BgClassName
{
background-color: #972B09;
}
</style>
border-color css
<style>
span { border-color: #972B09; }
span { border-color: rgb(151,43,9); }
td.TdClassName
{
border-color: #972B09;
}
.TagClassName
{
border-color: #972B09;
}
</style>