Shades of Burnt Umber #9A2D15
Tints of Burnt Umber #9A2D15
RGB
CMYK
RGB Variations
Color information
#9A2D15 (or 0x9A2D15) is known color: Burnt Umber. HEX triplet: 9A, 2D and 15. RGB value is (154,45,21). Sum of RGB (Red+Green+Blue) = 154+45+21=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2D15 is #65D2EA. Grayscale: #4B4B4B. Windows color (decimal): -6673131 or 1387930. OLE color: 1387930.
HSL color Cylindrical-coordinate representation of color #9A2D15: hue angle of 10.83º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A2D15 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 45 | 21 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.40 |
| HSL | 10.83º | 0.76% | 0.34% | - |
| HSV(B) | 10.83º | 0.86% | 0.6% | - |
| XYZ | 14.4 | 8.8 | 1.65 | - |
| YUV | 74.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 21 | 0 | 0.71 | 0.86 | 0.40 | 10.83 | 0.76 | 0.34 |
| Hex | 9A | 2D | 15 | 0 | 47 | 56 | 28 | B | 4C | 22 |
| Octal | 232 | 55 | 25 | 0 | 107 | 126 | 50 | 13 | 114 | 42 |
| Binary | 10011010 | 101101 | 10101 | 0 | 1000111 | 1010110 | 101000 | 1011 | 1001100 | 100010 |
Color Harmonies of #9A2D15
Complementary color
Monochromatic Colors of #9A2D15
Black with #9A2D15
Text Example
Text Example
White with #9A2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2D15; }
p { color: rgb(154,45,21); }
H1.HeaderClassName
{
color: #9A2D15;
}
.AnyTagClassName
{
color: #9A2D15;
}
</style>
background-color css
<style>
a { background-color: #9A2D15; }
a { background-color: rgb(154,45,21); }
div.DivClassName
{
background-color: #9A2D15;
}
.BgClassName
{
background-color: #9A2D15;
}
</style>
border-color css
<style>
span { border-color: #9A2D15; }
span { border-color: rgb(154,45,21); }
td.TdClassName
{
border-color: #9A2D15;
}
.TagClassName
{
border-color: #9A2D15;
}
</style>