Shades of Hacienda #9D7711
Tints of Hacienda #9D7711
RGB
CMYK
RGB Variations
Color information
#9D7711 (or 0x9D7711) is known color: Hacienda. HEX triplet: 9D, 77 and 11. RGB value is (157,119,17). Sum of RGB (Red+Green+Blue) = 157+119+17=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7711 is #6288EE. Grayscale: #777777. Windows color (decimal): -6457583 or 1144733. OLE color: 1144733.
HSL color Cylindrical-coordinate representation of color #9D7711: hue angle of 43.71º 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 #9D7711 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 17 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.38 |
| HSL | 43.71º | 0.8% | 0.34% | - |
| HSV(B) | 43.71º | 0.89% | 0.62% | - |
| XYZ | 20.6 | 20.4 | 3.38 | - |
| YUV | 118.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 17 | 0 | 0.24 | 0.89 | 0.38 | 43.71 | 0.8 | 0.34 |
| Hex | 9D | 77 | 11 | 0 | 18 | 59 | 26 | 2C | 50 | 22 |
| Octal | 235 | 167 | 21 | 0 | 30 | 131 | 46 | 54 | 120 | 42 |
| Binary | 10011101 | 1110111 | 10001 | 0 | 11000 | 1011001 | 100110 | 101100 | 1010000 | 100010 |
Color Harmonies of #9D7711
Complementary color
Monochromatic Colors of #9D7711
Black with #9D7711
Text Example
Text Example
White with #9D7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7711; }
p { color: rgb(157,119,17); }
H1.HeaderClassName
{
color: #9D7711;
}
.AnyTagClassName
{
color: #9D7711;
}
</style>
background-color css
<style>
a { background-color: #9D7711; }
a { background-color: rgb(157,119,17); }
div.DivClassName
{
background-color: #9D7711;
}
.BgClassName
{
background-color: #9D7711;
}
</style>
border-color css
<style>
span { border-color: #9D7711; }
span { border-color: rgb(157,119,17); }
td.TdClassName
{
border-color: #9D7711;
}
.TagClassName
{
border-color: #9D7711;
}
</style>