Shades of Hacienda #9F8A1E
Tints of Hacienda #9F8A1E
RGB
CMYK
RGB Variations
Color information
#9F8A1E (or 0x9F8A1E) is known color: Hacienda. HEX triplet: 9F, 8A and 1E. RGB value is (159,138,30). Sum of RGB (Red+Green+Blue) = 159+138+30=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8A1E is #6075E1. Grayscale: #848484. Windows color (decimal): -6321634 or 2001567. OLE color: 2001567.
HSL color Cylindrical-coordinate representation of color #9F8A1E: hue angle of 50.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F8A1E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 30 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.38 |
| HSL | 50.23º | 0.68% | 0.37% | - |
| HSV(B) | 50.23º | 0.81% | 0.62% | - |
| XYZ | 23.62 | 25.64 | 4.93 | - |
| YUV | 131.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 30 | 0 | 0.13 | 0.81 | 0.38 | 50.23 | 0.68 | 0.37 |
| Hex | 9F | 8A | 1E | 0 | D | 51 | 26 | 32 | 44 | 25 |
| Octal | 237 | 212 | 36 | 0 | 15 | 121 | 46 | 62 | 104 | 45 |
| Binary | 10011111 | 10001010 | 11110 | 0 | 1101 | 1010001 | 100110 | 110010 | 1000100 | 100101 |
Color Harmonies of #9F8A1E
Complementary color
Monochromatic Colors of #9F8A1E
Black with #9F8A1E
Text Example
Text Example
White with #9F8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A1E; }
p { color: rgb(159,138,30); }
H1.HeaderClassName
{
color: #9F8A1E;
}
.AnyTagClassName
{
color: #9F8A1E;
}
</style>
background-color css
<style>
a { background-color: #9F8A1E; }
a { background-color: rgb(159,138,30); }
div.DivClassName
{
background-color: #9F8A1E;
}
.BgClassName
{
background-color: #9F8A1E;
}
</style>
border-color css
<style>
span { border-color: #9F8A1E; }
span { border-color: rgb(159,138,30); }
td.TdClassName
{
border-color: #9F8A1E;
}
.TagClassName
{
border-color: #9F8A1E;
}
</style>