Shades of Hacienda #9D8519
Tints of Hacienda #9D8519
RGB
CMYK
RGB Variations
Color information
#9D8519 (or 0x9D8519) is known color: Hacienda. HEX triplet: 9D, 85 and 19. RGB value is (157,133,25). Sum of RGB (Red+Green+Blue) = 157+133+25=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8519 is #627AE6. Grayscale: #808080. Windows color (decimal): -6453991 or 1672605. OLE color: 1672605.
HSL color Cylindrical-coordinate representation of color #9D8519: hue angle of 49.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D8519 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 25 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.38 |
| HSL | 49.09º | 0.73% | 0.36% | - |
| HSV(B) | 49.09º | 0.84% | 0.62% | - |
| XYZ | 22.47 | 24.01 | 4.37 | - |
| YUV | 127.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 25 | 0 | 0.15 | 0.84 | 0.38 | 49.09 | 0.73 | 0.36 |
| Hex | 9D | 85 | 19 | 0 | F | 54 | 26 | 31 | 49 | 24 |
| Octal | 235 | 205 | 31 | 0 | 17 | 124 | 46 | 61 | 111 | 44 |
| Binary | 10011101 | 10000101 | 11001 | 0 | 1111 | 1010100 | 100110 | 110001 | 1001001 | 100100 |
Color Harmonies of #9D8519
Complementary color
Monochromatic Colors of #9D8519
Black with #9D8519
Text Example
Text Example
White with #9D8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8519; }
p { color: rgb(157,133,25); }
H1.HeaderClassName
{
color: #9D8519;
}
.AnyTagClassName
{
color: #9D8519;
}
</style>
background-color css
<style>
a { background-color: #9D8519; }
a { background-color: rgb(157,133,25); }
div.DivClassName
{
background-color: #9D8519;
}
.BgClassName
{
background-color: #9D8519;
}
</style>
border-color css
<style>
span { border-color: #9D8519; }
span { border-color: rgb(157,133,25); }
td.TdClassName
{
border-color: #9D8519;
}
.TagClassName
{
border-color: #9D8519;
}
</style>