Shades of Hacienda #9F8528
Tints of Hacienda #9F8528
RGB
CMYK
RGB Variations
Color information
#9F8528 (or 0x9F8528) is known color: Hacienda. HEX triplet: 9F, 85 and 28. RGB value is (159,133,40). Sum of RGB (Red+Green+Blue) = 159+133+40=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8528 is #607AD7. Grayscale: #828282. Windows color (decimal): -6322904 or 2655647. OLE color: 2655647.
HSL color Cylindrical-coordinate representation of color #9F8528: hue angle of 46.89º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F8528 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 40 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.38 |
| HSL | 46.89º | 0.6% | 0.39% | - |
| HSV(B) | 46.89º | 0.75% | 0.62% | - |
| XYZ | 23.07 | 24.3 | 5.48 | - |
| YUV | 130.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 40 | 0 | 0.16 | 0.75 | 0.38 | 46.89 | 0.6 | 0.39 |
| Hex | 9F | 85 | 28 | 0 | 10 | 4B | 26 | 2F | 3C | 27 |
| Octal | 237 | 205 | 50 | 0 | 20 | 113 | 46 | 57 | 74 | 47 |
| Binary | 10011111 | 10000101 | 101000 | 0 | 10000 | 1001011 | 100110 | 101111 | 111100 | 100111 |
Color Harmonies of #9F8528
Complementary color
Monochromatic Colors of #9F8528
Black with #9F8528
Text Example
Text Example
White with #9F8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8528; }
p { color: rgb(159,133,40); }
H1.HeaderClassName
{
color: #9F8528;
}
.AnyTagClassName
{
color: #9F8528;
}
</style>
background-color css
<style>
a { background-color: #9F8528; }
a { background-color: rgb(159,133,40); }
div.DivClassName
{
background-color: #9F8528;
}
.BgClassName
{
background-color: #9F8528;
}
</style>
border-color css
<style>
span { border-color: #9F8528; }
span { border-color: rgb(159,133,40); }
td.TdClassName
{
border-color: #9F8528;
}
.TagClassName
{
border-color: #9F8528;
}
</style>