Shades of Burnt Umber #9B3210
Tints of Burnt Umber #9B3210
RGB
CMYK
RGB Variations
Color information
#9B3210 (or 0x9B3210) is known color: Burnt Umber. HEX triplet: 9B, 32 and 10. RGB value is (155,50,16). Sum of RGB (Red+Green+Blue) = 155+50+16=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3210 is #64CDEF. Grayscale: #4D4D4D. Windows color (decimal): -6606320 or 1061531. OLE color: 1061531.
HSL color Cylindrical-coordinate representation of color #9B3210: hue angle of 14.68º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B3210 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.39 |
| HSL | 14.68º | 0.81% | 0.34% | - |
| HSV(B) | 14.68º | 0.9% | 0.61% | - |
| XYZ | 14.75 | 9.29 | 1.51 | - |
| YUV | 77.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 16 | 0 | 0.68 | 0.90 | 0.39 | 14.68 | 0.81 | 0.34 |
| Hex | 9B | 32 | 10 | 0 | 44 | 5A | 27 | F | 51 | 22 |
| Octal | 233 | 62 | 20 | 0 | 104 | 132 | 47 | 17 | 121 | 42 |
| Binary | 10011011 | 110010 | 10000 | 0 | 1000100 | 1011010 | 100111 | 1111 | 1010001 | 100010 |
Color Harmonies of #9B3210
Complementary color
Monochromatic Colors of #9B3210
Black with #9B3210
Text Example
Text Example
White with #9B3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3210; }
p { color: rgb(155,50,16); }
H1.HeaderClassName
{
color: #9B3210;
}
.AnyTagClassName
{
color: #9B3210;
}
</style>
background-color css
<style>
a { background-color: #9B3210; }
a { background-color: rgb(155,50,16); }
div.DivClassName
{
background-color: #9B3210;
}
.BgClassName
{
background-color: #9B3210;
}
</style>
border-color css
<style>
span { border-color: #9B3210; }
span { border-color: rgb(155,50,16); }
td.TdClassName
{
border-color: #9B3210;
}
.TagClassName
{
border-color: #9B3210;
}
</style>