Shades of Burnt Umber #9F2B11
Tints of Burnt Umber #9F2B11
RGB
CMYK
RGB Variations
Color information
#9F2B11 (or 0x9F2B11) is known color: Burnt Umber. HEX triplet: 9F, 2B and 11. RGB value is (159,43,17). Sum of RGB (Red+Green+Blue) = 159+43+17=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B11 is #60D4EE. Grayscale: #4A4A4A. Windows color (decimal): -6345967 or 1125279. OLE color: 1125279.
HSL color Cylindrical-coordinate representation of color #9F2B11: hue angle of 10.99º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2B11 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 17 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.38 |
| HSL | 10.99º | 0.81% | 0.35% | - |
| HSV(B) | 10.99º | 0.89% | 0.62% | - |
| XYZ | 15.26 | 9.14 | 1.49 | - |
| YUV | 74.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 17 | 0 | 0.73 | 0.89 | 0.38 | 10.99 | 0.81 | 0.35 |
| Hex | 9F | 2B | 11 | 0 | 49 | 59 | 26 | B | 51 | 23 |
| Octal | 237 | 53 | 21 | 0 | 111 | 131 | 46 | 13 | 121 | 43 |
| Binary | 10011111 | 101011 | 10001 | 0 | 1001001 | 1011001 | 100110 | 1011 | 1010001 | 100011 |
Color Harmonies of #9F2B11
Complementary color
Monochromatic Colors of #9F2B11
Black with #9F2B11
Text Example
Text Example
White with #9F2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B11; }
p { color: rgb(159,43,17); }
H1.HeaderClassName
{
color: #9F2B11;
}
.AnyTagClassName
{
color: #9F2B11;
}
</style>
background-color css
<style>
a { background-color: #9F2B11; }
a { background-color: rgb(159,43,17); }
div.DivClassName
{
background-color: #9F2B11;
}
.BgClassName
{
background-color: #9F2B11;
}
</style>
border-color css
<style>
span { border-color: #9F2B11; }
span { border-color: rgb(159,43,17); }
td.TdClassName
{
border-color: #9F2B11;
}
.TagClassName
{
border-color: #9F2B11;
}
</style>