Shades of Hacienda #9C741B
Tints of Hacienda #9C741B
RGB
CMYK
RGB Variations
Color information
#9C741B (or 0x9C741B) is known color: Hacienda. HEX triplet: 9C, 74 and 1B. RGB value is (156,116,27). Sum of RGB (Red+Green+Blue) = 156+116+27=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C741B is #638BE4. Grayscale: #767676. Windows color (decimal): -6523877 or 1799324. OLE color: 1799324.
HSL color Cylindrical-coordinate representation of color #9C741B: hue angle of 41.4º degrees, saturation: 0.7, 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 #9C741B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 27 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.39 |
| HSL | 41.4º | 0.7% | 0.36% | - |
| HSV(B) | 41.4º | 0.83% | 0.61% | - |
| XYZ | 20.15 | 19.64 | 3.77 | - |
| YUV | 117.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 27 | 0 | 0.26 | 0.83 | 0.39 | 41.4 | 0.7 | 0.36 |
| Hex | 9C | 74 | 1B | 0 | 1A | 53 | 27 | 29 | 46 | 24 |
| Octal | 234 | 164 | 33 | 0 | 32 | 123 | 47 | 51 | 106 | 44 |
| Binary | 10011100 | 1110100 | 11011 | 0 | 11010 | 1010011 | 100111 | 101001 | 1000110 | 100100 |
Color Harmonies of #9C741B
Complementary color
Monochromatic Colors of #9C741B
Black with #9C741B
Text Example
Text Example
White with #9C741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C741B; }
p { color: rgb(156,116,27); }
H1.HeaderClassName
{
color: #9C741B;
}
.AnyTagClassName
{
color: #9C741B;
}
</style>
background-color css
<style>
a { background-color: #9C741B; }
a { background-color: rgb(156,116,27); }
div.DivClassName
{
background-color: #9C741B;
}
.BgClassName
{
background-color: #9C741B;
}
</style>
border-color css
<style>
span { border-color: #9C741B; }
span { border-color: rgb(156,116,27); }
td.TdClassName
{
border-color: #9C741B;
}
.TagClassName
{
border-color: #9C741B;
}
</style>