Shades of Hacienda #9F881B
Tints of Hacienda #9F881B
RGB
CMYK
RGB Variations
Color information
#9F881B (or 0x9F881B) is known color: Hacienda. HEX triplet: 9F, 88 and 1B. RGB value is (159,136,27). Sum of RGB (Red+Green+Blue) = 159+136+27=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F881B is #6077E4. Grayscale: #828282. Windows color (decimal): -6322149 or 1804447. OLE color: 1804447.
HSL color Cylindrical-coordinate representation of color #9F881B: hue angle of 49.55º 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 #9F881B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 27 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.38 |
| HSL | 49.55º | 0.71% | 0.36% | - |
| HSV(B) | 49.55º | 0.83% | 0.62% | - |
| XYZ | 23.3 | 25.06 | 4.65 | - |
| YUV | 130.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 27 | 0 | 0.14 | 0.83 | 0.38 | 49.55 | 0.71 | 0.36 |
| Hex | 9F | 88 | 1B | 0 | E | 53 | 26 | 32 | 47 | 24 |
| Octal | 237 | 210 | 33 | 0 | 16 | 123 | 46 | 62 | 107 | 44 |
| Binary | 10011111 | 10001000 | 11011 | 0 | 1110 | 1010011 | 100110 | 110010 | 1000111 | 100100 |
Color Harmonies of #9F881B
Complementary color
Monochromatic Colors of #9F881B
Black with #9F881B
Text Example
Text Example
White with #9F881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F881B; }
p { color: rgb(159,136,27); }
H1.HeaderClassName
{
color: #9F881B;
}
.AnyTagClassName
{
color: #9F881B;
}
</style>
background-color css
<style>
a { background-color: #9F881B; }
a { background-color: rgb(159,136,27); }
div.DivClassName
{
background-color: #9F881B;
}
.BgClassName
{
background-color: #9F881B;
}
</style>
border-color css
<style>
span { border-color: #9F881B; }
span { border-color: rgb(159,136,27); }
td.TdClassName
{
border-color: #9F881B;
}
.TagClassName
{
border-color: #9F881B;
}
</style>