Shades of Burnt Umber #9B2909
Tints of Burnt Umber #9B2909
RGB
CMYK
RGB Variations
Color information
#9B2909 (or 0x9B2909) is known color: Burnt Umber. HEX triplet: 9B, 29 and 09. RGB value is (155,41,9). Sum of RGB (Red+Green+Blue) = 155+41+9=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2909 is #64D6F6. Grayscale: #474747. Windows color (decimal): -6608631 or 600475. OLE color: 600475.
HSL color Cylindrical-coordinate representation of color #9B2909: hue angle of 13.15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B2909 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 9 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.39 |
| HSL | 13.15º | 0.89% | 0.32% | - |
| HSV(B) | 13.15º | 0.94% | 0.61% | - |
| XYZ | 14.36 | 8.57 | 1.16 | - |
| YUV | 71.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 9 | 0 | 0.74 | 0.94 | 0.39 | 13.15 | 0.89 | 0.32 |
| Hex | 9B | 29 | 9 | 0 | 4A | 5E | 27 | D | 59 | 20 |
| Octal | 233 | 51 | 11 | 0 | 112 | 136 | 47 | 15 | 131 | 40 |
| Binary | 10011011 | 101001 | 1001 | 0 | 1001010 | 1011110 | 100111 | 1101 | 1011001 | 100000 |
Color Harmonies of #9B2909
Complementary color
Monochromatic Colors of #9B2909
Black with #9B2909
Text Example
Text Example
White with #9B2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2909; }
p { color: rgb(155,41,9); }
H1.HeaderClassName
{
color: #9B2909;
}
.AnyTagClassName
{
color: #9B2909;
}
</style>
background-color css
<style>
a { background-color: #9B2909; }
a { background-color: rgb(155,41,9); }
div.DivClassName
{
background-color: #9B2909;
}
.BgClassName
{
background-color: #9B2909;
}
</style>
border-color css
<style>
span { border-color: #9B2909; }
span { border-color: rgb(155,41,9); }
td.TdClassName
{
border-color: #9B2909;
}
.TagClassName
{
border-color: #9B2909;
}
</style>