Shades of Hacienda #9D8819
Tints of Hacienda #9D8819
RGB
CMYK
RGB Variations
Color information
#9D8819 (or 0x9D8819) is known color: Hacienda. HEX triplet: 9D, 88 and 19. RGB value is (157,136,25). Sum of RGB (Red+Green+Blue) = 157+136+25=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8819 is #6277E6. Grayscale: #828282. Windows color (decimal): -6453223 or 1673373. OLE color: 1673373.
HSL color Cylindrical-coordinate representation of color #9D8819: hue angle of 50.45º 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 #9D8819 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 25 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.38 |
| HSL | 50.45º | 0.73% | 0.36% | - |
| HSV(B) | 50.45º | 0.84% | 0.62% | - |
| XYZ | 22.88 | 24.85 | 4.51 | - |
| YUV | 129.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 25 | 0 | 0.13 | 0.84 | 0.38 | 50.45 | 0.73 | 0.36 |
| Hex | 9D | 88 | 19 | 0 | D | 54 | 26 | 32 | 49 | 24 |
| Octal | 235 | 210 | 31 | 0 | 15 | 124 | 46 | 62 | 111 | 44 |
| Binary | 10011101 | 10001000 | 11001 | 0 | 1101 | 1010100 | 100110 | 110010 | 1001001 | 100100 |
Color Harmonies of #9D8819
Complementary color
Monochromatic Colors of #9D8819
Black with #9D8819
Text Example
Text Example
White with #9D8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8819; }
p { color: rgb(157,136,25); }
H1.HeaderClassName
{
color: #9D8819;
}
.AnyTagClassName
{
color: #9D8819;
}
</style>
background-color css
<style>
a { background-color: #9D8819; }
a { background-color: rgb(157,136,25); }
div.DivClassName
{
background-color: #9D8819;
}
.BgClassName
{
background-color: #9D8819;
}
</style>
border-color css
<style>
span { border-color: #9D8819; }
span { border-color: rgb(157,136,25); }
td.TdClassName
{
border-color: #9D8819;
}
.TagClassName
{
border-color: #9D8819;
}
</style>