Shades of Hacienda #9C7918
Tints of Hacienda #9C7918
RGB
CMYK
RGB Variations
Color information
#9C7918 (or 0x9C7918) is known color: Hacienda. HEX triplet: 9C, 79 and 18. RGB value is (156,121,24). Sum of RGB (Red+Green+Blue) = 156+121+24=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7918 is #6386E7. Grayscale: #787878. Windows color (decimal): -6522600 or 1603996. OLE color: 1603996.
HSL color Cylindrical-coordinate representation of color #9C7918: hue angle of 44.09º degrees, saturation: 0.73, 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 #9C7918 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.39 |
| HSL | 44.09º | 0.73% | 0.35% | - |
| HSV(B) | 44.09º | 0.85% | 0.61% | - |
| XYZ | 20.71 | 20.81 | 3.79 | - |
| YUV | 120.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 24 | 0 | 0.22 | 0.85 | 0.39 | 44.09 | 0.73 | 0.35 |
| Hex | 9C | 79 | 18 | 0 | 16 | 55 | 27 | 2C | 49 | 23 |
| Octal | 234 | 171 | 30 | 0 | 26 | 125 | 47 | 54 | 111 | 43 |
| Binary | 10011100 | 1111001 | 11000 | 0 | 10110 | 1010101 | 100111 | 101100 | 1001001 | 100011 |
Color Harmonies of #9C7918
Complementary color
Monochromatic Colors of #9C7918
Black with #9C7918
Text Example
Text Example
White with #9C7918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7918; }
p { color: rgb(156,121,24); }
H1.HeaderClassName
{
color: #9C7918;
}
.AnyTagClassName
{
color: #9C7918;
}
</style>
background-color css
<style>
a { background-color: #9C7918; }
a { background-color: rgb(156,121,24); }
div.DivClassName
{
background-color: #9C7918;
}
.BgClassName
{
background-color: #9C7918;
}
</style>
border-color css
<style>
span { border-color: #9C7918; }
span { border-color: rgb(156,121,24); }
td.TdClassName
{
border-color: #9C7918;
}
.TagClassName
{
border-color: #9C7918;
}
</style>