Shades of Hacienda #9F8728
Tints of Hacienda #9F8728
RGB
CMYK
RGB Variations
Color information
#9F8728 (or 0x9F8728) is known color: Hacienda. HEX triplet: 9F, 87 and 28. RGB value is (159,135,40). Sum of RGB (Red+Green+Blue) = 159+135+40=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8728 is #6078D7. Grayscale: #838383. Windows color (decimal): -6322392 or 2656159. OLE color: 2656159.
HSL color Cylindrical-coordinate representation of color #9F8728: hue angle of 47.9º 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 #9F8728 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 40 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.38 |
| HSL | 47.9º | 0.6% | 0.39% | - |
| HSV(B) | 47.9º | 0.75% | 0.62% | - |
| XYZ | 23.35 | 24.85 | 5.57 | - |
| YUV | 131.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 40 | 0 | 0.15 | 0.75 | 0.38 | 47.9 | 0.6 | 0.39 |
| Hex | 9F | 87 | 28 | 0 | F | 4B | 26 | 30 | 3C | 27 |
| Octal | 237 | 207 | 50 | 0 | 17 | 113 | 46 | 60 | 74 | 47 |
| Binary | 10011111 | 10000111 | 101000 | 0 | 1111 | 1001011 | 100110 | 110000 | 111100 | 100111 |
Color Harmonies of #9F8728
Complementary color
Monochromatic Colors of #9F8728
Black with #9F8728
Text Example
Text Example
White with #9F8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8728; }
p { color: rgb(159,135,40); }
H1.HeaderClassName
{
color: #9F8728;
}
.AnyTagClassName
{
color: #9F8728;
}
</style>
background-color css
<style>
a { background-color: #9F8728; }
a { background-color: rgb(159,135,40); }
div.DivClassName
{
background-color: #9F8728;
}
.BgClassName
{
background-color: #9F8728;
}
</style>
border-color css
<style>
span { border-color: #9F8728; }
span { border-color: rgb(159,135,40); }
td.TdClassName
{
border-color: #9F8728;
}
.TagClassName
{
border-color: #9F8728;
}
</style>