Shades of Burnt Umber #9B2D15
Tints of Burnt Umber #9B2D15
RGB
CMYK
RGB Variations
Color information
#9B2D15 (or 0x9B2D15) is known color: Burnt Umber. HEX triplet: 9B, 2D and 15. RGB value is (155,45,21). Sum of RGB (Red+Green+Blue) = 155+45+21=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2D15 is #64D2EA. Grayscale: #4B4B4B. Windows color (decimal): -6607595 or 1387931. OLE color: 1387931.
HSL color Cylindrical-coordinate representation of color #9B2D15: hue angle of 10.75º 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 #9B2D15 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 21 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.39 |
| HSL | 10.75º | 0.76% | 0.35% | - |
| HSV(B) | 10.75º | 0.86% | 0.61% | - |
| XYZ | 14.59 | 8.9 | 1.66 | - |
| YUV | 75.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 21 | 0 | 0.71 | 0.86 | 0.39 | 10.75 | 0.76 | 0.35 |
| Hex | 9B | 2D | 15 | 0 | 47 | 56 | 27 | B | 4C | 23 |
| Octal | 233 | 55 | 25 | 0 | 107 | 126 | 47 | 13 | 114 | 43 |
| Binary | 10011011 | 101101 | 10101 | 0 | 1000111 | 1010110 | 100111 | 1011 | 1001100 | 100011 |
Color Harmonies of #9B2D15
Complementary color
Monochromatic Colors of #9B2D15
Black with #9B2D15
Text Example
Text Example
White with #9B2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D15; }
p { color: rgb(155,45,21); }
H1.HeaderClassName
{
color: #9B2D15;
}
.AnyTagClassName
{
color: #9B2D15;
}
</style>
background-color css
<style>
a { background-color: #9B2D15; }
a { background-color: rgb(155,45,21); }
div.DivClassName
{
background-color: #9B2D15;
}
.BgClassName
{
background-color: #9B2D15;
}
</style>
border-color css
<style>
span { border-color: #9B2D15; }
span { border-color: rgb(155,45,21); }
td.TdClassName
{
border-color: #9B2D15;
}
.TagClassName
{
border-color: #9B2D15;
}
</style>