Shades of Burnt Umber #9A290E
Tints of Burnt Umber #9A290E
RGB
CMYK
RGB Variations
Color information
#9A290E (or 0x9A290E) is known color: Burnt Umber. HEX triplet: 9A, 29 and 0E. RGB value is (154,41,14). Sum of RGB (Red+Green+Blue) = 154+41+14=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A290E is #65D6F1. Grayscale: #474747. Windows color (decimal): -6674162 or 928154. OLE color: 928154.
HSL color Cylindrical-coordinate representation of color #9A290E: hue angle of 11.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A290E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 14 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.40 |
| HSL | 11.57º | 0.83% | 0.33% | - |
| HSV(B) | 11.57º | 0.91% | 0.6% | - |
| XYZ | 14.2 | 8.49 | 1.31 | - |
| YUV | 71.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 14 | 0 | 0.73 | 0.91 | 0.40 | 11.57 | 0.83 | 0.33 |
| Hex | 9A | 29 | E | 0 | 49 | 5B | 28 | C | 53 | 21 |
| Octal | 232 | 51 | 16 | 0 | 111 | 133 | 50 | 14 | 123 | 41 |
| Binary | 10011010 | 101001 | 1110 | 0 | 1001001 | 1011011 | 101000 | 1100 | 1010011 | 100001 |
Color Harmonies of #9A290E
Complementary color
Monochromatic Colors of #9A290E
Black with #9A290E
Text Example
Text Example
White with #9A290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A290E; }
p { color: rgb(154,41,14); }
H1.HeaderClassName
{
color: #9A290E;
}
.AnyTagClassName
{
color: #9A290E;
}
</style>
background-color css
<style>
a { background-color: #9A290E; }
a { background-color: rgb(154,41,14); }
div.DivClassName
{
background-color: #9A290E;
}
.BgClassName
{
background-color: #9A290E;
}
</style>
border-color css
<style>
span { border-color: #9A290E; }
span { border-color: rgb(154,41,14); }
td.TdClassName
{
border-color: #9A290E;
}
.TagClassName
{
border-color: #9A290E;
}
</style>