Shades of Hacienda #9C781A
Tints of Hacienda #9C781A
RGB
CMYK
RGB Variations
Color information
#9C781A (or 0x9C781A) is known color: Hacienda. HEX triplet: 9C, 78 and 1A. RGB value is (156,120,26). Sum of RGB (Red+Green+Blue) = 156+120+26=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C781A is #6387E5. Grayscale: #787878. Windows color (decimal): -6522854 or 1734812. OLE color: 1734812.
HSL color Cylindrical-coordinate representation of color #9C781A: hue angle of 43.38º 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 #9C781A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 26 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.39 |
| HSL | 43.38º | 0.71% | 0.36% | - |
| HSV(B) | 43.38º | 0.83% | 0.61% | - |
| XYZ | 20.61 | 20.58 | 3.86 | - |
| YUV | 120.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 26 | 0 | 0.23 | 0.83 | 0.39 | 43.38 | 0.71 | 0.36 |
| Hex | 9C | 78 | 1A | 0 | 17 | 53 | 27 | 2B | 47 | 24 |
| Octal | 234 | 170 | 32 | 0 | 27 | 123 | 47 | 53 | 107 | 44 |
| Binary | 10011100 | 1111000 | 11010 | 0 | 10111 | 1010011 | 100111 | 101011 | 1000111 | 100100 |
Color Harmonies of #9C781A
Complementary color
Monochromatic Colors of #9C781A
Black with #9C781A
Text Example
Text Example
White with #9C781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C781A; }
p { color: rgb(156,120,26); }
H1.HeaderClassName
{
color: #9C781A;
}
.AnyTagClassName
{
color: #9C781A;
}
</style>
background-color css
<style>
a { background-color: #9C781A; }
a { background-color: rgb(156,120,26); }
div.DivClassName
{
background-color: #9C781A;
}
.BgClassName
{
background-color: #9C781A;
}
</style>
border-color css
<style>
span { border-color: #9C781A; }
span { border-color: rgb(156,120,26); }
td.TdClassName
{
border-color: #9C781A;
}
.TagClassName
{
border-color: #9C781A;
}
</style>