Shades of Hacienda #9F8B1D
Tints of Hacienda #9F8B1D
RGB
CMYK
RGB Variations
Color information
#9F8B1D (or 0x9F8B1D) is known color: Hacienda. HEX triplet: 9F, 8B and 1D. RGB value is (159,139,29). Sum of RGB (Red+Green+Blue) = 159+139+29=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8B1D is #6074E2. Grayscale: #848484. Windows color (decimal): -6321379 or 1936287. OLE color: 1936287.
HSL color Cylindrical-coordinate representation of color #9F8B1D: hue angle of 50.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F8B1D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 29 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.38 |
| HSL | 50.77º | 0.69% | 0.37% | - |
| HSV(B) | 50.77º | 0.82% | 0.62% | - |
| XYZ | 23.75 | 25.92 | 4.91 | - |
| YUV | 132.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 29 | 0 | 0.13 | 0.82 | 0.38 | 50.77 | 0.69 | 0.37 |
| Hex | 9F | 8B | 1D | 0 | D | 52 | 26 | 33 | 45 | 25 |
| Octal | 237 | 213 | 35 | 0 | 15 | 122 | 46 | 63 | 105 | 45 |
| Binary | 10011111 | 10001011 | 11101 | 0 | 1101 | 1010010 | 100110 | 110011 | 1000101 | 100101 |
Color Harmonies of #9F8B1D
Complementary color
Monochromatic Colors of #9F8B1D
Black with #9F8B1D
Text Example
Text Example
White with #9F8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B1D; }
p { color: rgb(159,139,29); }
H1.HeaderClassName
{
color: #9F8B1D;
}
.AnyTagClassName
{
color: #9F8B1D;
}
</style>
background-color css
<style>
a { background-color: #9F8B1D; }
a { background-color: rgb(159,139,29); }
div.DivClassName
{
background-color: #9F8B1D;
}
.BgClassName
{
background-color: #9F8B1D;
}
</style>
border-color css
<style>
span { border-color: #9F8B1D; }
span { border-color: rgb(159,139,29); }
td.TdClassName
{
border-color: #9F8B1D;
}
.TagClassName
{
border-color: #9F8B1D;
}
</style>