Shades of Burnt Umber #9B3310
Tints of Burnt Umber #9B3310
RGB
CMYK
RGB Variations
Color information
#9B3310 (or 0x9B3310) is known color: Burnt Umber. HEX triplet: 9B, 33 and 10. RGB value is (155,51,16). Sum of RGB (Red+Green+Blue) = 155+51+16=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3310 is #64CCEF. Grayscale: #4E4E4E. Windows color (decimal): -6606064 or 1061787. OLE color: 1061787.
HSL color Cylindrical-coordinate representation of color #9B3310: hue angle of 15.11º 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 #9B3310 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 16 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.39 |
| HSL | 15.11º | 0.81% | 0.34% | - |
| HSV(B) | 15.11º | 0.9% | 0.61% | - |
| XYZ | 14.79 | 9.37 | 1.52 | - |
| YUV | 78.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 16 | 0 | 0.67 | 0.90 | 0.39 | 15.11 | 0.81 | 0.34 |
| Hex | 9B | 33 | 10 | 0 | 43 | 5A | 27 | F | 51 | 22 |
| Octal | 233 | 63 | 20 | 0 | 103 | 132 | 47 | 17 | 121 | 42 |
| Binary | 10011011 | 110011 | 10000 | 0 | 1000011 | 1011010 | 100111 | 1111 | 1010001 | 100010 |
Color Harmonies of #9B3310
Complementary color
Monochromatic Colors of #9B3310
Black with #9B3310
Text Example
Text Example
White with #9B3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3310; }
p { color: rgb(155,51,16); }
H1.HeaderClassName
{
color: #9B3310;
}
.AnyTagClassName
{
color: #9B3310;
}
</style>
background-color css
<style>
a { background-color: #9B3310; }
a { background-color: rgb(155,51,16); }
div.DivClassName
{
background-color: #9B3310;
}
.BgClassName
{
background-color: #9B3310;
}
</style>
border-color css
<style>
span { border-color: #9B3310; }
span { border-color: rgb(155,51,16); }
td.TdClassName
{
border-color: #9B3310;
}
.TagClassName
{
border-color: #9B3310;
}
</style>