Shades of Burnt Umber #9B320F
Tints of Burnt Umber #9B320F
RGB
CMYK
RGB Variations
Color information
#9B320F (or 0x9B320F) is known color: Burnt Umber. HEX triplet: 9B, 32 and 0F. RGB value is (155,50,15). Sum of RGB (Red+Green+Blue) = 155+50+15=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B320F is #64CDF0. Grayscale: #4D4D4D. Windows color (decimal): -6606321 or 995995. OLE color: 995995.
HSL color Cylindrical-coordinate representation of color #9B320F: hue angle of 15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B320F is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 15 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.39 |
| HSL | 15º | 0.82% | 0.33% | - |
| HSV(B) | 15º | 0.9% | 0.61% | - |
| XYZ | 14.74 | 9.28 | 1.47 | - |
| YUV | 77.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 15 | 0 | 0.68 | 0.90 | 0.39 | 15 | 0.82 | 0.33 |
| Hex | 9B | 32 | F | 0 | 44 | 5A | 27 | F | 52 | 21 |
| Octal | 233 | 62 | 17 | 0 | 104 | 132 | 47 | 17 | 122 | 41 |
| Binary | 10011011 | 110010 | 1111 | 0 | 1000100 | 1011010 | 100111 | 1111 | 1010010 | 100001 |
Color Harmonies of #9B320F
Complementary color
Monochromatic Colors of #9B320F
Black with #9B320F
Text Example
Text Example
White with #9B320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B320F; }
p { color: rgb(155,50,15); }
H1.HeaderClassName
{
color: #9B320F;
}
.AnyTagClassName
{
color: #9B320F;
}
</style>
background-color css
<style>
a { background-color: #9B320F; }
a { background-color: rgb(155,50,15); }
div.DivClassName
{
background-color: #9B320F;
}
.BgClassName
{
background-color: #9B320F;
}
</style>
border-color css
<style>
span { border-color: #9B320F; }
span { border-color: rgb(155,50,15); }
td.TdClassName
{
border-color: #9B320F;
}
.TagClassName
{
border-color: #9B320F;
}
</style>