Shades of Burnt Umber #9B2F20
Tints of Burnt Umber #9B2F20
RGB
CMYK
RGB Variations
Color information
#9B2F20 (or 0x9B2F20) is known color: Burnt Umber. HEX triplet: 9B, 2F and 20. RGB value is (155,47,32). Sum of RGB (Red+Green+Blue) = 155+47+32=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F20 is #64D0DF. Grayscale: #4D4D4D. Windows color (decimal): -6607072 or 2109339. OLE color: 2109339.
HSL color Cylindrical-coordinate representation of color #9B2F20: hue angle of 7.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2F20 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 32 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.39 |
| HSL | 7.32º | 0.66% | 0.37% | - |
| HSV(B) | 7.32º | 0.79% | 0.61% | - |
| XYZ | 14.79 | 9.11 | 2.34 | - |
| YUV | 77.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 32 | 0 | 0.70 | 0.79 | 0.39 | 7.32 | 0.66 | 0.37 |
| Hex | 9B | 2F | 20 | 0 | 46 | 4F | 27 | 7 | 42 | 25 |
| Octal | 233 | 57 | 40 | 0 | 106 | 117 | 47 | 7 | 102 | 45 |
| Binary | 10011011 | 101111 | 100000 | 0 | 1000110 | 1001111 | 100111 | 111 | 1000010 | 100101 |
Color Harmonies of #9B2F20
Complementary color
Monochromatic Colors of #9B2F20
Black with #9B2F20
Text Example
Text Example
White with #9B2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F20; }
p { color: rgb(155,47,32); }
H1.HeaderClassName
{
color: #9B2F20;
}
.AnyTagClassName
{
color: #9B2F20;
}
</style>
background-color css
<style>
a { background-color: #9B2F20; }
a { background-color: rgb(155,47,32); }
div.DivClassName
{
background-color: #9B2F20;
}
.BgClassName
{
background-color: #9B2F20;
}
</style>
border-color css
<style>
span { border-color: #9B2F20; }
span { border-color: rgb(155,47,32); }
td.TdClassName
{
border-color: #9B2F20;
}
.TagClassName
{
border-color: #9B2F20;
}
</style>