Shades of Burnt Umber #9B2F16
Tints of Burnt Umber #9B2F16
RGB
CMYK
RGB Variations
Color information
#9B2F16 (or 0x9B2F16) is known color: Burnt Umber. HEX triplet: 9B, 2F and 16. RGB value is (155,47,22). Sum of RGB (Red+Green+Blue) = 155+47+22=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2F16 is #64D0E9. Grayscale: #4C4C4C. Windows color (decimal): -6607082 or 1453979. OLE color: 1453979.
HSL color Cylindrical-coordinate representation of color #9B2F16: hue angle of 11.28º 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 #9B2F16 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 22 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.39 |
| HSL | 11.28º | 0.75% | 0.35% | - |
| HSV(B) | 11.28º | 0.86% | 0.61% | - |
| XYZ | 14.68 | 9.06 | 1.73 | - |
| YUV | 76.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 22 | 0 | 0.70 | 0.86 | 0.39 | 11.28 | 0.75 | 0.35 |
| Hex | 9B | 2F | 16 | 0 | 46 | 56 | 27 | B | 4B | 23 |
| Octal | 233 | 57 | 26 | 0 | 106 | 126 | 47 | 13 | 113 | 43 |
| Binary | 10011011 | 101111 | 10110 | 0 | 1000110 | 1010110 | 100111 | 1011 | 1001011 | 100011 |
Color Harmonies of #9B2F16
Complementary color
Monochromatic Colors of #9B2F16
Black with #9B2F16
Text Example
Text Example
White with #9B2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F16; }
p { color: rgb(155,47,22); }
H1.HeaderClassName
{
color: #9B2F16;
}
.AnyTagClassName
{
color: #9B2F16;
}
</style>
background-color css
<style>
a { background-color: #9B2F16; }
a { background-color: rgb(155,47,22); }
div.DivClassName
{
background-color: #9B2F16;
}
.BgClassName
{
background-color: #9B2F16;
}
</style>
border-color css
<style>
span { border-color: #9B2F16; }
span { border-color: rgb(155,47,22); }
td.TdClassName
{
border-color: #9B2F16;
}
.TagClassName
{
border-color: #9B2F16;
}
</style>