Shades of Hacienda #9C7B18
Tints of Hacienda #9C7B18
RGB
CMYK
RGB Variations
Color information
#9C7B18 (or 0x9C7B18) is known color: Hacienda. HEX triplet: 9C, 7B and 18. RGB value is (156,123,24). Sum of RGB (Red+Green+Blue) = 156+123+24=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7B18 is #6384E7. Grayscale: #7A7A7A. Windows color (decimal): -6522088 or 1604508. OLE color: 1604508.
HSL color Cylindrical-coordinate representation of color #9C7B18: hue angle of 45º 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 #9C7B18 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 24 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.39 |
| HSL | 45º | 0.73% | 0.35% | - |
| HSV(B) | 45º | 0.85% | 0.61% | - |
| XYZ | 20.96 | 21.3 | 3.87 | - |
| YUV | 121.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 24 | 0 | 0.21 | 0.85 | 0.39 | 45 | 0.73 | 0.35 |
| Hex | 9C | 7B | 18 | 0 | 15 | 55 | 27 | 2D | 49 | 23 |
| Octal | 234 | 173 | 30 | 0 | 25 | 125 | 47 | 55 | 111 | 43 |
| Binary | 10011100 | 1111011 | 11000 | 0 | 10101 | 1010101 | 100111 | 101101 | 1001001 | 100011 |
Color Harmonies of #9C7B18
Complementary color
Monochromatic Colors of #9C7B18
Black with #9C7B18
Text Example
Text Example
White with #9C7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B18; }
p { color: rgb(156,123,24); }
H1.HeaderClassName
{
color: #9C7B18;
}
.AnyTagClassName
{
color: #9C7B18;
}
</style>
background-color css
<style>
a { background-color: #9C7B18; }
a { background-color: rgb(156,123,24); }
div.DivClassName
{
background-color: #9C7B18;
}
.BgClassName
{
background-color: #9C7B18;
}
</style>
border-color css
<style>
span { border-color: #9C7B18; }
span { border-color: rgb(156,123,24); }
td.TdClassName
{
border-color: #9C7B18;
}
.TagClassName
{
border-color: #9C7B18;
}
</style>