Shades of Hacienda #9D8512
Tints of Hacienda #9D8512
RGB
CMYK
RGB Variations
Color information
#9D8512 (or 0x9D8512) is known color: Hacienda. HEX triplet: 9D, 85 and 12. RGB value is (157,133,18). Sum of RGB (Red+Green+Blue) = 157+133+18=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8512 is #627AED. Grayscale: #7F7F7F. Windows color (decimal): -6453998 or 1213853. OLE color: 1213853.
HSL color Cylindrical-coordinate representation of color #9D8512: hue angle of 49.64º degrees, saturation: 0.79, 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 #9D8512 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 18 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.38 |
| HSL | 49.64º | 0.79% | 0.34% | - |
| HSV(B) | 49.64º | 0.89% | 0.62% | - |
| XYZ | 22.4 | 23.99 | 4.02 | - |
| YUV | 127.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 18 | 0 | 0.15 | 0.89 | 0.38 | 49.64 | 0.79 | 0.34 |
| Hex | 9D | 85 | 12 | 0 | F | 59 | 26 | 32 | 4F | 22 |
| Octal | 235 | 205 | 22 | 0 | 17 | 131 | 46 | 62 | 117 | 42 |
| Binary | 10011101 | 10000101 | 10010 | 0 | 1111 | 1011001 | 100110 | 110010 | 1001111 | 100010 |
Color Harmonies of #9D8512
Complementary color
Monochromatic Colors of #9D8512
Black with #9D8512
Text Example
Text Example
White with #9D8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8512; }
p { color: rgb(157,133,18); }
H1.HeaderClassName
{
color: #9D8512;
}
.AnyTagClassName
{
color: #9D8512;
}
</style>
background-color css
<style>
a { background-color: #9D8512; }
a { background-color: rgb(157,133,18); }
div.DivClassName
{
background-color: #9D8512;
}
.BgClassName
{
background-color: #9D8512;
}
</style>
border-color css
<style>
span { border-color: #9D8512; }
span { border-color: rgb(157,133,18); }
td.TdClassName
{
border-color: #9D8512;
}
.TagClassName
{
border-color: #9D8512;
}
</style>