Shades of Hacienda #9C741A
Tints of Hacienda #9C741A
RGB
CMYK
RGB Variations
Color information
#9C741A (or 0x9C741A) is known color: Hacienda. HEX triplet: 9C, 74 and 1A. RGB value is (156,116,26). Sum of RGB (Red+Green+Blue) = 156+116+26=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C741A is #638BE5. Grayscale: #767676. Windows color (decimal): -6523878 or 1733788. OLE color: 1733788.
HSL color Cylindrical-coordinate representation of color #9C741A: hue angle of 41.54º 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 #9C741A is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 26 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.39 |
| HSL | 41.54º | 0.71% | 0.36% | - |
| HSV(B) | 41.54º | 0.83% | 0.61% | - |
| XYZ | 20.14 | 19.63 | 3.71 | - |
| YUV | 117.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 26 | 0 | 0.26 | 0.83 | 0.39 | 41.54 | 0.71 | 0.36 |
| Hex | 9C | 74 | 1A | 0 | 1A | 53 | 27 | 2A | 47 | 24 |
| Octal | 234 | 164 | 32 | 0 | 32 | 123 | 47 | 52 | 107 | 44 |
| Binary | 10011100 | 1110100 | 11010 | 0 | 11010 | 1010011 | 100111 | 101010 | 1000111 | 100100 |
Color Harmonies of #9C741A
Complementary color
Monochromatic Colors of #9C741A
Black with #9C741A
Text Example
Text Example
White with #9C741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C741A; }
p { color: rgb(156,116,26); }
H1.HeaderClassName
{
color: #9C741A;
}
.AnyTagClassName
{
color: #9C741A;
}
</style>
background-color css
<style>
a { background-color: #9C741A; }
a { background-color: rgb(156,116,26); }
div.DivClassName
{
background-color: #9C741A;
}
.BgClassName
{
background-color: #9C741A;
}
</style>
border-color css
<style>
span { border-color: #9C741A; }
span { border-color: rgb(156,116,26); }
td.TdClassName
{
border-color: #9C741A;
}
.TagClassName
{
border-color: #9C741A;
}
</style>