Shades of Hacienda #9D7C11
Tints of Hacienda #9D7C11
RGB
CMYK
RGB Variations
Color information
#9D7C11 (or 0x9D7C11) is known color: Hacienda. HEX triplet: 9D, 7C and 11. RGB value is (157,124,17). Sum of RGB (Red+Green+Blue) = 157+124+17=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7C11 is #6283EE. Grayscale: #7A7A7A. Windows color (decimal): -6456303 or 1146013. OLE color: 1146013.
HSL color Cylindrical-coordinate representation of color #9D7C11: hue angle of 45.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D7C11 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 17 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.38 |
| HSL | 45.86º | 0.8% | 0.34% | - |
| HSV(B) | 45.86º | 0.89% | 0.62% | - |
| XYZ | 21.21 | 21.62 | 3.59 | - |
| YUV | 121.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 17 | 0 | 0.21 | 0.89 | 0.38 | 45.86 | 0.8 | 0.34 |
| Hex | 9D | 7C | 11 | 0 | 15 | 59 | 26 | 2E | 50 | 22 |
| Octal | 235 | 174 | 21 | 0 | 25 | 131 | 46 | 56 | 120 | 42 |
| Binary | 10011101 | 1111100 | 10001 | 0 | 10101 | 1011001 | 100110 | 101110 | 1010000 | 100010 |
Color Harmonies of #9D7C11
Complementary color
Monochromatic Colors of #9D7C11
Black with #9D7C11
Text Example
Text Example
White with #9D7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C11; }
p { color: rgb(157,124,17); }
H1.HeaderClassName
{
color: #9D7C11;
}
.AnyTagClassName
{
color: #9D7C11;
}
</style>
background-color css
<style>
a { background-color: #9D7C11; }
a { background-color: rgb(157,124,17); }
div.DivClassName
{
background-color: #9D7C11;
}
.BgClassName
{
background-color: #9D7C11;
}
</style>
border-color css
<style>
span { border-color: #9D7C11; }
span { border-color: rgb(157,124,17); }
td.TdClassName
{
border-color: #9D7C11;
}
.TagClassName
{
border-color: #9D7C11;
}
</style>