Shades of Hacienda #9D8B11
Tints of Hacienda #9D8B11
RGB
CMYK
RGB Variations
Color information
#9D8B11 (or 0x9D8B11) is known color: Hacienda. HEX triplet: 9D, 8B and 11. RGB value is (157,139,17). Sum of RGB (Red+Green+Blue) = 157+139+17=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8B11 is #6274EE. Grayscale: #828282. Windows color (decimal): -6452463 or 1149853. OLE color: 1149853.
HSL color Cylindrical-coordinate representation of color #9D8B11: hue angle of 52.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D8B11 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 17 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.38 |
| HSL | 52.29º | 0.8% | 0.34% | - |
| HSV(B) | 52.29º | 0.89% | 0.62% | - |
| XYZ | 23.24 | 25.67 | 4.26 | - |
| YUV | 130.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 17 | 0 | 0.11 | 0.89 | 0.38 | 52.29 | 0.8 | 0.34 |
| Hex | 9D | 8B | 11 | 0 | B | 59 | 26 | 34 | 50 | 22 |
| Octal | 235 | 213 | 21 | 0 | 13 | 131 | 46 | 64 | 120 | 42 |
| Binary | 10011101 | 10001011 | 10001 | 0 | 1011 | 1011001 | 100110 | 110100 | 1010000 | 100010 |
Color Harmonies of #9D8B11
Complementary color
Monochromatic Colors of #9D8B11
Black with #9D8B11
Text Example
Text Example
White with #9D8B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B11; }
p { color: rgb(157,139,17); }
H1.HeaderClassName
{
color: #9D8B11;
}
.AnyTagClassName
{
color: #9D8B11;
}
</style>
background-color css
<style>
a { background-color: #9D8B11; }
a { background-color: rgb(157,139,17); }
div.DivClassName
{
background-color: #9D8B11;
}
.BgClassName
{
background-color: #9D8B11;
}
</style>
border-color css
<style>
span { border-color: #9D8B11; }
span { border-color: rgb(157,139,17); }
td.TdClassName
{
border-color: #9D8B11;
}
.TagClassName
{
border-color: #9D8B11;
}
</style>