Shades of Hacienda #9D8517
Tints of Hacienda #9D8517
RGB
CMYK
RGB Variations
Color information
#9D8517 (or 0x9D8517) is known color: Hacienda. HEX triplet: 9D, 85 and 17. RGB value is (157,133,23). Sum of RGB (Red+Green+Blue) = 157+133+23=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8517 is #627AE8. Grayscale: #808080. Windows color (decimal): -6453993 or 1541533. OLE color: 1541533.
HSL color Cylindrical-coordinate representation of color #9D8517: hue angle of 49.25º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D8517 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 23 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.38 |
| HSL | 49.25º | 0.74% | 0.35% | - |
| HSV(B) | 49.25º | 0.85% | 0.62% | - |
| XYZ | 22.45 | 24.01 | 4.26 | - |
| YUV | 127.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 23 | 0 | 0.15 | 0.85 | 0.38 | 49.25 | 0.74 | 0.35 |
| Hex | 9D | 85 | 17 | 0 | F | 55 | 26 | 31 | 4A | 23 |
| Octal | 235 | 205 | 27 | 0 | 17 | 125 | 46 | 61 | 112 | 43 |
| Binary | 10011101 | 10000101 | 10111 | 0 | 1111 | 1010101 | 100110 | 110001 | 1001010 | 100011 |
Color Harmonies of #9D8517
Complementary color
Monochromatic Colors of #9D8517
Black with #9D8517
Text Example
Text Example
White with #9D8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8517; }
p { color: rgb(157,133,23); }
H1.HeaderClassName
{
color: #9D8517;
}
.AnyTagClassName
{
color: #9D8517;
}
</style>
background-color css
<style>
a { background-color: #9D8517; }
a { background-color: rgb(157,133,23); }
div.DivClassName
{
background-color: #9D8517;
}
.BgClassName
{
background-color: #9D8517;
}
</style>
border-color css
<style>
span { border-color: #9D8517; }
span { border-color: rgb(157,133,23); }
td.TdClassName
{
border-color: #9D8517;
}
.TagClassName
{
border-color: #9D8517;
}
</style>