Shades of Hacienda #9C8117
Tints of Hacienda #9C8117
RGB
CMYK
RGB Variations
Color information
#9C8117 (or 0x9C8117) is known color: Hacienda. HEX triplet: 9C, 81 and 17. RGB value is (156,129,23). Sum of RGB (Red+Green+Blue) = 156+129+23=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8117 is #637EE8. Grayscale: #7D7D7D. Windows color (decimal): -6520553 or 1540508. OLE color: 1540508.
HSL color Cylindrical-coordinate representation of color #9C8117: hue angle of 47.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C8117 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 23 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.39 |
| HSL | 47.82º | 0.74% | 0.35% | - |
| HSV(B) | 47.82º | 0.85% | 0.61% | - |
| XYZ | 21.72 | 22.83 | 4.07 | - |
| YUV | 124.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 23 | 0 | 0.17 | 0.85 | 0.39 | 47.82 | 0.74 | 0.35 |
| Hex | 9C | 81 | 17 | 0 | 11 | 55 | 27 | 30 | 4A | 23 |
| Octal | 234 | 201 | 27 | 0 | 21 | 125 | 47 | 60 | 112 | 43 |
| Binary | 10011100 | 10000001 | 10111 | 0 | 10001 | 1010101 | 100111 | 110000 | 1001010 | 100011 |
Color Harmonies of #9C8117
Complementary color
Monochromatic Colors of #9C8117
Black with #9C8117
Text Example
Text Example
White with #9C8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8117; }
p { color: rgb(156,129,23); }
H1.HeaderClassName
{
color: #9C8117;
}
.AnyTagClassName
{
color: #9C8117;
}
</style>
background-color css
<style>
a { background-color: #9C8117; }
a { background-color: rgb(156,129,23); }
div.DivClassName
{
background-color: #9C8117;
}
.BgClassName
{
background-color: #9C8117;
}
</style>
border-color css
<style>
span { border-color: #9C8117; }
span { border-color: rgb(156,129,23); }
td.TdClassName
{
border-color: #9C8117;
}
.TagClassName
{
border-color: #9C8117;
}
</style>