Shades of Hacienda #9C7923
Tints of Hacienda #9C7923
RGB
CMYK
RGB Variations
Color information
#9C7923 (or 0x9C7923) is known color: Hacienda. HEX triplet: 9C, 79 and 23. RGB value is (156,121,35). Sum of RGB (Red+Green+Blue) = 156+121+35=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7923 is #6386DC. Grayscale: #7A7A7A. Windows color (decimal): -6522589 or 2324892. OLE color: 2324892.
HSL color Cylindrical-coordinate representation of color #9C7923: hue angle of 42.64º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C7923 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 35 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.39 |
| HSL | 42.64º | 0.63% | 0.37% | - |
| HSV(B) | 42.64º | 0.78% | 0.61% | - |
| XYZ | 20.85 | 20.86 | 4.52 | - |
| YUV | 121.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 35 | 0 | 0.22 | 0.78 | 0.39 | 42.64 | 0.63 | 0.37 |
| Hex | 9C | 79 | 23 | 0 | 16 | 4E | 27 | 2B | 3F | 25 |
| Octal | 234 | 171 | 43 | 0 | 26 | 116 | 47 | 53 | 77 | 45 |
| Binary | 10011100 | 1111001 | 100011 | 0 | 10110 | 1001110 | 100111 | 101011 | 111111 | 100101 |
Color Harmonies of #9C7923
Complementary color
Monochromatic Colors of #9C7923
Black with #9C7923
Text Example
Text Example
White with #9C7923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7923; }
p { color: rgb(156,121,35); }
H1.HeaderClassName
{
color: #9C7923;
}
.AnyTagClassName
{
color: #9C7923;
}
</style>
background-color css
<style>
a { background-color: #9C7923; }
a { background-color: rgb(156,121,35); }
div.DivClassName
{
background-color: #9C7923;
}
.BgClassName
{
background-color: #9C7923;
}
</style>
border-color css
<style>
span { border-color: #9C7923; }
span { border-color: rgb(156,121,35); }
td.TdClassName
{
border-color: #9C7923;
}
.TagClassName
{
border-color: #9C7923;
}
</style>