Shades of Burnt Umber #9B2F15
Tints of Burnt Umber #9B2F15
RGB
CMYK
RGB Variations
Color information
#9B2F15 (or 0x9B2F15) is known color: Burnt Umber. HEX triplet: 9B, 2F and 15. RGB value is (155,47,21). Sum of RGB (Red+Green+Blue) = 155+47+21=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2F15 is #64D0EA. Grayscale: #4C4C4C. Windows color (decimal): -6607083 or 1388443. OLE color: 1388443.
HSL color Cylindrical-coordinate representation of color #9B2F15: hue angle of 11.64º 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 #9B2F15 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 21 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.39 |
| HSL | 11.64º | 0.76% | 0.35% | - |
| HSV(B) | 11.64º | 0.86% | 0.61% | - |
| XYZ | 14.67 | 9.06 | 1.68 | - |
| YUV | 76.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 21 | 0 | 0.70 | 0.86 | 0.39 | 11.64 | 0.76 | 0.35 |
| Hex | 9B | 2F | 15 | 0 | 46 | 56 | 27 | C | 4C | 23 |
| Octal | 233 | 57 | 25 | 0 | 106 | 126 | 47 | 14 | 114 | 43 |
| Binary | 10011011 | 101111 | 10101 | 0 | 1000110 | 1010110 | 100111 | 1100 | 1001100 | 100011 |
Color Harmonies of #9B2F15
Complementary color
Monochromatic Colors of #9B2F15
Black with #9B2F15
Text Example
Text Example
White with #9B2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F15; }
p { color: rgb(155,47,21); }
H1.HeaderClassName
{
color: #9B2F15;
}
.AnyTagClassName
{
color: #9B2F15;
}
</style>
background-color css
<style>
a { background-color: #9B2F15; }
a { background-color: rgb(155,47,21); }
div.DivClassName
{
background-color: #9B2F15;
}
.BgClassName
{
background-color: #9B2F15;
}
</style>
border-color css
<style>
span { border-color: #9B2F15; }
span { border-color: rgb(155,47,21); }
td.TdClassName
{
border-color: #9B2F15;
}
.TagClassName
{
border-color: #9B2F15;
}
</style>