Shades of Hacienda #9C781D
Tints of Hacienda #9C781D
RGB
CMYK
RGB Variations
Color information
#9C781D (or 0x9C781D) is known color: Hacienda. HEX triplet: 9C, 78 and 1D. RGB value is (156,120,29). Sum of RGB (Red+Green+Blue) = 156+120+29=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C781D is #6387E2. Grayscale: #787878. Windows color (decimal): -6522851 or 1931420. OLE color: 1931420.
HSL color Cylindrical-coordinate representation of color #9C781D: hue angle of 42.99º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C781D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 29 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.39 |
| HSL | 42.99º | 0.69% | 0.36% | - |
| HSV(B) | 42.99º | 0.81% | 0.61% | - |
| XYZ | 20.65 | 20.59 | 4.05 | - |
| YUV | 120.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 29 | 0 | 0.23 | 0.81 | 0.39 | 42.99 | 0.69 | 0.36 |
| Hex | 9C | 78 | 1D | 0 | 17 | 51 | 27 | 2B | 45 | 24 |
| Octal | 234 | 170 | 35 | 0 | 27 | 121 | 47 | 53 | 105 | 44 |
| Binary | 10011100 | 1111000 | 11101 | 0 | 10111 | 1010001 | 100111 | 101011 | 1000101 | 100100 |
Color Harmonies of #9C781D
Complementary color
Monochromatic Colors of #9C781D
Black with #9C781D
Text Example
Text Example
White with #9C781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C781D; }
p { color: rgb(156,120,29); }
H1.HeaderClassName
{
color: #9C781D;
}
.AnyTagClassName
{
color: #9C781D;
}
</style>
background-color css
<style>
a { background-color: #9C781D; }
a { background-color: rgb(156,120,29); }
div.DivClassName
{
background-color: #9C781D;
}
.BgClassName
{
background-color: #9C781D;
}
</style>
border-color css
<style>
span { border-color: #9C781D; }
span { border-color: rgb(156,120,29); }
td.TdClassName
{
border-color: #9C781D;
}
.TagClassName
{
border-color: #9C781D;
}
</style>