Shades of Burnt Umber #9B3221
Tints of Burnt Umber #9B3221
RGB
CMYK
RGB Variations
Color information
#9B3221 (or 0x9B3221) is known color: Burnt Umber. HEX triplet: 9B, 32 and 21. RGB value is (155,50,33). Sum of RGB (Red+Green+Blue) = 155+50+33=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3221 is #64CDDE. Grayscale: #4F4F4F. Windows color (decimal): -6606303 or 2175643. OLE color: 2175643.
HSL color Cylindrical-coordinate representation of color #9B3221: hue angle of 8.36º degrees, saturation: 0.65, 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 #9B3221 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 33 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.39 |
| HSL | 8.36º | 0.65% | 0.37% | - |
| HSV(B) | 8.36º | 0.79% | 0.61% | - |
| XYZ | 14.93 | 9.36 | 2.46 | - |
| YUV | 79.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 33 | 0 | 0.68 | 0.79 | 0.39 | 8.36 | 0.65 | 0.37 |
| Hex | 9B | 32 | 21 | 0 | 44 | 4F | 27 | 8 | 41 | 25 |
| Octal | 233 | 62 | 41 | 0 | 104 | 117 | 47 | 10 | 101 | 45 |
| Binary | 10011011 | 110010 | 100001 | 0 | 1000100 | 1001111 | 100111 | 1000 | 1000001 | 100101 |
Color Harmonies of #9B3221
Complementary color
Monochromatic Colors of #9B3221
Black with #9B3221
Text Example
Text Example
White with #9B3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3221; }
p { color: rgb(155,50,33); }
H1.HeaderClassName
{
color: #9B3221;
}
.AnyTagClassName
{
color: #9B3221;
}
</style>
background-color css
<style>
a { background-color: #9B3221; }
a { background-color: rgb(155,50,33); }
div.DivClassName
{
background-color: #9B3221;
}
.BgClassName
{
background-color: #9B3221;
}
</style>
border-color css
<style>
span { border-color: #9B3221; }
span { border-color: rgb(155,50,33); }
td.TdClassName
{
border-color: #9B3221;
}
.TagClassName
{
border-color: #9B3221;
}
</style>