Shades of Hacienda #9F850B
Tints of Hacienda #9F850B
RGB
CMYK
RGB Variations
Color information
#9F850B (or 0x9F850B) is known color: Hacienda. HEX triplet: 9F, 85 and 0B. RGB value is (159,133,11). Sum of RGB (Red+Green+Blue) = 159+133+11=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F850B is #607AF4. Grayscale: #7F7F7F. Windows color (decimal): -6322933 or 755103. OLE color: 755103.
HSL color Cylindrical-coordinate representation of color #9F850B: hue angle of 49.46º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F850B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.38 |
| HSL | 49.46º | 0.87% | 0.33% | - |
| HSV(B) | 49.46º | 0.93% | 0.62% | - |
| XYZ | 22.75 | 24.17 | 3.78 | - |
| YUV | 126.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 11 | 0 | 0.16 | 0.93 | 0.38 | 49.46 | 0.87 | 0.33 |
| Hex | 9F | 85 | B | 0 | 10 | 5D | 26 | 31 | 57 | 21 |
| Octal | 237 | 205 | 13 | 0 | 20 | 135 | 46 | 61 | 127 | 41 |
| Binary | 10011111 | 10000101 | 1011 | 0 | 10000 | 1011101 | 100110 | 110001 | 1010111 | 100001 |
Color Harmonies of #9F850B
Complementary color
Monochromatic Colors of #9F850B
Black with #9F850B
Text Example
Text Example
White with #9F850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F850B; }
p { color: rgb(159,133,11); }
H1.HeaderClassName
{
color: #9F850B;
}
.AnyTagClassName
{
color: #9F850B;
}
</style>
background-color css
<style>
a { background-color: #9F850B; }
a { background-color: rgb(159,133,11); }
div.DivClassName
{
background-color: #9F850B;
}
.BgClassName
{
background-color: #9F850B;
}
</style>
border-color css
<style>
span { border-color: #9F850B; }
span { border-color: rgb(159,133,11); }
td.TdClassName
{
border-color: #9F850B;
}
.TagClassName
{
border-color: #9F850B;
}
</style>