Shades of Hacienda #9D8019
Tints of Hacienda #9D8019
RGB
CMYK
RGB Variations
Color information
#9D8019 (or 0x9D8019) is known color: Hacienda. HEX triplet: 9D, 80 and 19. RGB value is (157,128,25). Sum of RGB (Red+Green+Blue) = 157+128+25=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8019 is #627FE6. Grayscale: #7D7D7D. Windows color (decimal): -6455271 or 1671325. OLE color: 1671325.
HSL color Cylindrical-coordinate representation of color #9D8019: hue angle of 46.82º 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 #9D8019 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 25 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.38 |
| HSL | 46.82º | 0.73% | 0.36% | - |
| HSV(B) | 46.82º | 0.84% | 0.62% | - |
| XYZ | 21.8 | 22.68 | 4.15 | - |
| YUV | 124.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 25 | 0 | 0.18 | 0.84 | 0.38 | 46.82 | 0.73 | 0.36 |
| Hex | 9D | 80 | 19 | 0 | 12 | 54 | 26 | 2F | 49 | 24 |
| Octal | 235 | 200 | 31 | 0 | 22 | 124 | 46 | 57 | 111 | 44 |
| Binary | 10011101 | 10000000 | 11001 | 0 | 10010 | 1010100 | 100110 | 101111 | 1001001 | 100100 |
Color Harmonies of #9D8019
Complementary color
Monochromatic Colors of #9D8019
Black with #9D8019
Text Example
Text Example
White with #9D8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8019; }
p { color: rgb(157,128,25); }
H1.HeaderClassName
{
color: #9D8019;
}
.AnyTagClassName
{
color: #9D8019;
}
</style>
background-color css
<style>
a { background-color: #9D8019; }
a { background-color: rgb(157,128,25); }
div.DivClassName
{
background-color: #9D8019;
}
.BgClassName
{
background-color: #9D8019;
}
</style>
border-color css
<style>
span { border-color: #9D8019; }
span { border-color: rgb(157,128,25); }
td.TdClassName
{
border-color: #9D8019;
}
.TagClassName
{
border-color: #9D8019;
}
</style>