Shades of Burnt Umber #9B2F11
Tints of Burnt Umber #9B2F11
RGB
CMYK
RGB Variations
Color information
#9B2F11 (or 0x9B2F11) is known color: Burnt Umber. HEX triplet: 9B, 2F and 11. RGB value is (155,47,17). Sum of RGB (Red+Green+Blue) = 155+47+17=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2F11 is #64D0EE. Grayscale: #4C4C4C. Windows color (decimal): -6607087 or 1126299. OLE color: 1126299.
HSL color Cylindrical-coordinate representation of color #9B2F11: hue angle of 13.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B2F11 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 17 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.39 |
| HSL | 13.04º | 0.8% | 0.34% | - |
| HSV(B) | 13.04º | 0.89% | 0.61% | - |
| XYZ | 14.64 | 9.04 | 1.5 | - |
| YUV | 75.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 17 | 0 | 0.70 | 0.89 | 0.39 | 13.04 | 0.8 | 0.34 |
| Hex | 9B | 2F | 11 | 0 | 46 | 59 | 27 | D | 50 | 22 |
| Octal | 233 | 57 | 21 | 0 | 106 | 131 | 47 | 15 | 120 | 42 |
| Binary | 10011011 | 101111 | 10001 | 0 | 1000110 | 1011001 | 100111 | 1101 | 1010000 | 100010 |
Color Harmonies of #9B2F11
Complementary color
Monochromatic Colors of #9B2F11
Black with #9B2F11
Text Example
Text Example
White with #9B2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F11; }
p { color: rgb(155,47,17); }
H1.HeaderClassName
{
color: #9B2F11;
}
.AnyTagClassName
{
color: #9B2F11;
}
</style>
background-color css
<style>
a { background-color: #9B2F11; }
a { background-color: rgb(155,47,17); }
div.DivClassName
{
background-color: #9B2F11;
}
.BgClassName
{
background-color: #9B2F11;
}
</style>
border-color css
<style>
span { border-color: #9B2F11; }
span { border-color: rgb(155,47,17); }
td.TdClassName
{
border-color: #9B2F11;
}
.TagClassName
{
border-color: #9B2F11;
}
</style>