Shades of Burnt Umber #9B2C15
Tints of Burnt Umber #9B2C15
RGB
CMYK
RGB Variations
Color information
#9B2C15 (or 0x9B2C15) is known color: Burnt Umber. HEX triplet: 9B, 2C and 15. RGB value is (155,44,21). Sum of RGB (Red+Green+Blue) = 155+44+21=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C15 is #64D3EA. Grayscale: #4A4A4A. Windows color (decimal): -6607851 or 1387675. OLE color: 1387675.
HSL color Cylindrical-coordinate representation of color #9B2C15: hue angle of 10.3º degrees, saturation: 0.76, 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 #9B2C15 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 21 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.39 |
| HSL | 10.3º | 0.76% | 0.35% | - |
| HSV(B) | 10.3º | 0.86% | 0.61% | - |
| XYZ | 14.55 | 8.82 | 1.65 | - |
| YUV | 74.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 21 | 0 | 0.72 | 0.86 | 0.39 | 10.3 | 0.76 | 0.35 |
| Hex | 9B | 2C | 15 | 0 | 48 | 56 | 27 | A | 4C | 23 |
| Octal | 233 | 54 | 25 | 0 | 110 | 126 | 47 | 12 | 114 | 43 |
| Binary | 10011011 | 101100 | 10101 | 0 | 1001000 | 1010110 | 100111 | 1010 | 1001100 | 100011 |
Color Harmonies of #9B2C15
Complementary color
Monochromatic Colors of #9B2C15
Black with #9B2C15
Text Example
Text Example
White with #9B2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C15; }
p { color: rgb(155,44,21); }
H1.HeaderClassName
{
color: #9B2C15;
}
.AnyTagClassName
{
color: #9B2C15;
}
</style>
background-color css
<style>
a { background-color: #9B2C15; }
a { background-color: rgb(155,44,21); }
div.DivClassName
{
background-color: #9B2C15;
}
.BgClassName
{
background-color: #9B2C15;
}
</style>
border-color css
<style>
span { border-color: #9B2C15; }
span { border-color: rgb(155,44,21); }
td.TdClassName
{
border-color: #9B2C15;
}
.TagClassName
{
border-color: #9B2C15;
}
</style>