Shades of Burnt Umber #9B2C17
Tints of Burnt Umber #9B2C17
RGB
CMYK
RGB Variations
Color information
#9B2C17 (or 0x9B2C17) is known color: Burnt Umber. HEX triplet: 9B, 2C and 17. RGB value is (155,44,23). Sum of RGB (Red+Green+Blue) = 155+44+23=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C17 is #64D3E8. Grayscale: #4A4A4A. Windows color (decimal): -6607849 or 1518747. OLE color: 1518747.
HSL color Cylindrical-coordinate representation of color #9B2C17: hue angle of 9.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B2C17 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 23 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.39 |
| HSL | 9.55º | 0.74% | 0.35% | - |
| HSV(B) | 9.55º | 0.85% | 0.61% | - |
| XYZ | 14.57 | 8.83 | 1.75 | - |
| YUV | 74.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 23 | 0 | 0.72 | 0.85 | 0.39 | 9.55 | 0.74 | 0.35 |
| Hex | 9B | 2C | 17 | 0 | 48 | 55 | 27 | A | 4A | 23 |
| Octal | 233 | 54 | 27 | 0 | 110 | 125 | 47 | 12 | 112 | 43 |
| Binary | 10011011 | 101100 | 10111 | 0 | 1001000 | 1010101 | 100111 | 1010 | 1001010 | 100011 |
Color Harmonies of #9B2C17
Complementary color
Monochromatic Colors of #9B2C17
Black with #9B2C17
Text Example
Text Example
White with #9B2C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C17; }
p { color: rgb(155,44,23); }
H1.HeaderClassName
{
color: #9B2C17;
}
.AnyTagClassName
{
color: #9B2C17;
}
</style>
background-color css
<style>
a { background-color: #9B2C17; }
a { background-color: rgb(155,44,23); }
div.DivClassName
{
background-color: #9B2C17;
}
.BgClassName
{
background-color: #9B2C17;
}
</style>
border-color css
<style>
span { border-color: #9B2C17; }
span { border-color: rgb(155,44,23); }
td.TdClassName
{
border-color: #9B2C17;
}
.TagClassName
{
border-color: #9B2C17;
}
</style>