Shades of Burnt Umber #9B3516
Tints of Burnt Umber #9B3516
RGB
CMYK
RGB Variations
Color information
#9B3516 (or 0x9B3516) is known color: Burnt Umber. HEX triplet: 9B, 35 and 16. RGB value is (155,53,22). Sum of RGB (Red+Green+Blue) = 155+53+22=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3516 is #64CAE9. Grayscale: #505050. Windows color (decimal): -6605546 or 1455515. OLE color: 1455515.
HSL color Cylindrical-coordinate representation of color #9B3516: hue angle of 13.98º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B3516 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 22 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.39 |
| HSL | 13.98º | 0.75% | 0.35% | - |
| HSV(B) | 13.98º | 0.86% | 0.61% | - |
| XYZ | 14.94 | 9.57 | 1.82 | - |
| YUV | 79.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 22 | 0 | 0.66 | 0.86 | 0.39 | 13.98 | 0.75 | 0.35 |
| Hex | 9B | 35 | 16 | 0 | 42 | 56 | 27 | E | 4B | 23 |
| Octal | 233 | 65 | 26 | 0 | 102 | 126 | 47 | 16 | 113 | 43 |
| Binary | 10011011 | 110101 | 10110 | 0 | 1000010 | 1010110 | 100111 | 1110 | 1001011 | 100011 |
Color Harmonies of #9B3516
Complementary color
Monochromatic Colors of #9B3516
Black with #9B3516
Text Example
Text Example
White with #9B3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3516; }
p { color: rgb(155,53,22); }
H1.HeaderClassName
{
color: #9B3516;
}
.AnyTagClassName
{
color: #9B3516;
}
</style>
background-color css
<style>
a { background-color: #9B3516; }
a { background-color: rgb(155,53,22); }
div.DivClassName
{
background-color: #9B3516;
}
.BgClassName
{
background-color: #9B3516;
}
</style>
border-color css
<style>
span { border-color: #9B3516; }
span { border-color: rgb(155,53,22); }
td.TdClassName
{
border-color: #9B3516;
}
.TagClassName
{
border-color: #9B3516;
}
</style>