Shades of Hacienda #9C7B1A
Tints of Hacienda #9C7B1A
RGB
CMYK
RGB Variations
Color information
#9C7B1A (or 0x9C7B1A) is known color: Hacienda. HEX triplet: 9C, 7B and 1A. RGB value is (156,123,26). Sum of RGB (Red+Green+Blue) = 156+123+26=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B1A is #6384E5. Grayscale: #7A7A7A. Windows color (decimal): -6522086 or 1735580. OLE color: 1735580.
HSL color Cylindrical-coordinate representation of color #9C7B1A: hue angle of 44.77º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C7B1A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 26 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.39 |
| HSL | 44.77º | 0.71% | 0.36% | - |
| HSV(B) | 44.77º | 0.83% | 0.61% | - |
| XYZ | 20.98 | 21.31 | 3.98 | - |
| YUV | 121.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 26 | 0 | 0.21 | 0.83 | 0.39 | 44.77 | 0.71 | 0.36 |
| Hex | 9C | 7B | 1A | 0 | 15 | 53 | 27 | 2D | 47 | 24 |
| Octal | 234 | 173 | 32 | 0 | 25 | 123 | 47 | 55 | 107 | 44 |
| Binary | 10011100 | 1111011 | 11010 | 0 | 10101 | 1010011 | 100111 | 101101 | 1000111 | 100100 |
Color Harmonies of #9C7B1A
Complementary color
Monochromatic Colors of #9C7B1A
Black with #9C7B1A
Text Example
Text Example
White with #9C7B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B1A; }
p { color: rgb(156,123,26); }
H1.HeaderClassName
{
color: #9C7B1A;
}
.AnyTagClassName
{
color: #9C7B1A;
}
</style>
background-color css
<style>
a { background-color: #9C7B1A; }
a { background-color: rgb(156,123,26); }
div.DivClassName
{
background-color: #9C7B1A;
}
.BgClassName
{
background-color: #9C7B1A;
}
</style>
border-color css
<style>
span { border-color: #9C7B1A; }
span { border-color: rgb(156,123,26); }
td.TdClassName
{
border-color: #9C7B1A;
}
.TagClassName
{
border-color: #9C7B1A;
}
</style>