Shades of Hacienda #9F8A1B
Tints of Hacienda #9F8A1B
RGB
CMYK
RGB Variations
Color information
#9F8A1B (or 0x9F8A1B) is known color: Hacienda. HEX triplet: 9F, 8A and 1B. RGB value is (159,138,27). Sum of RGB (Red+Green+Blue) = 159+138+27=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8A1B is #6075E4. Grayscale: #848484. Windows color (decimal): -6321637 or 1804959. OLE color: 1804959.
HSL color Cylindrical-coordinate representation of color #9F8A1B: hue angle of 50.45º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F8A1B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 27 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.38 |
| HSL | 50.45º | 0.71% | 0.36% | - |
| HSV(B) | 50.45º | 0.83% | 0.62% | - |
| XYZ | 23.58 | 25.63 | 4.74 | - |
| YUV | 131.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 27 | 0 | 0.13 | 0.83 | 0.38 | 50.45 | 0.71 | 0.36 |
| Hex | 9F | 8A | 1B | 0 | D | 53 | 26 | 32 | 47 | 24 |
| Octal | 237 | 212 | 33 | 0 | 15 | 123 | 46 | 62 | 107 | 44 |
| Binary | 10011111 | 10001010 | 11011 | 0 | 1101 | 1010011 | 100110 | 110010 | 1000111 | 100100 |
Color Harmonies of #9F8A1B
Complementary color
Monochromatic Colors of #9F8A1B
Black with #9F8A1B
Text Example
Text Example
White with #9F8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A1B; }
p { color: rgb(159,138,27); }
H1.HeaderClassName
{
color: #9F8A1B;
}
.AnyTagClassName
{
color: #9F8A1B;
}
</style>
background-color css
<style>
a { background-color: #9F8A1B; }
a { background-color: rgb(159,138,27); }
div.DivClassName
{
background-color: #9F8A1B;
}
.BgClassName
{
background-color: #9F8A1B;
}
</style>
border-color css
<style>
span { border-color: #9F8A1B; }
span { border-color: rgb(159,138,27); }
td.TdClassName
{
border-color: #9F8A1B;
}
.TagClassName
{
border-color: #9F8A1B;
}
</style>