Shades of Hacienda #9C850A
Tints of Hacienda #9C850A
RGB
CMYK
RGB Variations
Color information
#9C850A (or 0x9C850A) is known color: Hacienda. HEX triplet: 9C, 85 and 0A. RGB value is (156,133,10). Sum of RGB (Red+Green+Blue) = 156+133+10=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C850A is #637AF5. Grayscale: #7E7E7E. Windows color (decimal): -6519542 or 689564. OLE color: 689564.
HSL color Cylindrical-coordinate representation of color #9C850A: hue angle of 50.55º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C850A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.39 |
| HSL | 50.55º | 0.88% | 0.33% | - |
| HSV(B) | 50.55º | 0.94% | 0.61% | - |
| XYZ | 22.15 | 23.86 | 3.73 | - |
| YUV | 125.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 10 | 0 | 0.15 | 0.94 | 0.39 | 50.55 | 0.88 | 0.33 |
| Hex | 9C | 85 | A | 0 | F | 5E | 27 | 33 | 58 | 21 |
| Octal | 234 | 205 | 12 | 0 | 17 | 136 | 47 | 63 | 130 | 41 |
| Binary | 10011100 | 10000101 | 1010 | 0 | 1111 | 1011110 | 100111 | 110011 | 1011000 | 100001 |
Color Harmonies of #9C850A
Complementary color
Monochromatic Colors of #9C850A
Black with #9C850A
Text Example
Text Example
White with #9C850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C850A; }
p { color: rgb(156,133,10); }
H1.HeaderClassName
{
color: #9C850A;
}
.AnyTagClassName
{
color: #9C850A;
}
</style>
background-color css
<style>
a { background-color: #9C850A; }
a { background-color: rgb(156,133,10); }
div.DivClassName
{
background-color: #9C850A;
}
.BgClassName
{
background-color: #9C850A;
}
</style>
border-color css
<style>
span { border-color: #9C850A; }
span { border-color: rgb(156,133,10); }
td.TdClassName
{
border-color: #9C850A;
}
.TagClassName
{
border-color: #9C850A;
}
</style>