Shades of Burnt Umber #9A3115
Tints of Burnt Umber #9A3115
RGB
CMYK
RGB Variations
Color information
#9A3115 (or 0x9A3115) is known color: Burnt Umber. HEX triplet: 9A, 31 and 15. RGB value is (154,49,21). Sum of RGB (Red+Green+Blue) = 154+49+21=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3115 is #65CEEA. Grayscale: #4D4D4D. Windows color (decimal): -6672107 or 1388954. OLE color: 1388954.
HSL color Cylindrical-coordinate representation of color #9A3115: hue angle of 12.63º 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 #9A3115 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 21 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.40 |
| HSL | 12.63º | 0.76% | 0.34% | - |
| HSV(B) | 12.63º | 0.86% | 0.6% | - |
| XYZ | 14.56 | 9.12 | 1.7 | - |
| YUV | 77.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 21 | 0 | 0.68 | 0.86 | 0.40 | 12.63 | 0.76 | 0.34 |
| Hex | 9A | 31 | 15 | 0 | 44 | 56 | 28 | D | 4C | 22 |
| Octal | 232 | 61 | 25 | 0 | 104 | 126 | 50 | 15 | 114 | 42 |
| Binary | 10011010 | 110001 | 10101 | 0 | 1000100 | 1010110 | 101000 | 1101 | 1001100 | 100010 |
Color Harmonies of #9A3115
Complementary color
Monochromatic Colors of #9A3115
Black with #9A3115
Text Example
Text Example
White with #9A3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3115; }
p { color: rgb(154,49,21); }
H1.HeaderClassName
{
color: #9A3115;
}
.AnyTagClassName
{
color: #9A3115;
}
</style>
background-color css
<style>
a { background-color: #9A3115; }
a { background-color: rgb(154,49,21); }
div.DivClassName
{
background-color: #9A3115;
}
.BgClassName
{
background-color: #9A3115;
}
</style>
border-color css
<style>
span { border-color: #9A3115; }
span { border-color: rgb(154,49,21); }
td.TdClassName
{
border-color: #9A3115;
}
.TagClassName
{
border-color: #9A3115;
}
</style>