Shades of Burnt Umber #9B2C19
Tints of Burnt Umber #9B2C19
RGB
CMYK
RGB Variations
Color information
#9B2C19 (or 0x9B2C19) is known color: Burnt Umber. HEX triplet: 9B, 2C and 19. RGB value is (155,44,25). Sum of RGB (Red+Green+Blue) = 155+44+25=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C19 is #64D3E6. Grayscale: #4B4B4B. Windows color (decimal): -6607847 or 1649819. OLE color: 1649819.
HSL color Cylindrical-coordinate representation of color #9B2C19: hue angle of 8.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B2C19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.39 |
| HSL | 8.77º | 0.72% | 0.35% | - |
| HSV(B) | 8.77º | 0.84% | 0.61% | - |
| XYZ | 14.59 | 8.84 | 1.86 | - |
| YUV | 75.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 25 | 0 | 0.72 | 0.84 | 0.39 | 8.77 | 0.72 | 0.35 |
| Hex | 9B | 2C | 19 | 0 | 48 | 54 | 27 | 9 | 48 | 23 |
| Octal | 233 | 54 | 31 | 0 | 110 | 124 | 47 | 11 | 110 | 43 |
| Binary | 10011011 | 101100 | 11001 | 0 | 1001000 | 1010100 | 100111 | 1001 | 1001000 | 100011 |
Color Harmonies of #9B2C19
Complementary color
Monochromatic Colors of #9B2C19
Black with #9B2C19
Text Example
Text Example
White with #9B2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C19; }
p { color: rgb(155,44,25); }
H1.HeaderClassName
{
color: #9B2C19;
}
.AnyTagClassName
{
color: #9B2C19;
}
</style>
background-color css
<style>
a { background-color: #9B2C19; }
a { background-color: rgb(155,44,25); }
div.DivClassName
{
background-color: #9B2C19;
}
.BgClassName
{
background-color: #9B2C19;
}
</style>
border-color css
<style>
span { border-color: #9B2C19; }
span { border-color: rgb(155,44,25); }
td.TdClassName
{
border-color: #9B2C19;
}
.TagClassName
{
border-color: #9B2C19;
}
</style>