Shades of Hacienda #9D8219
Tints of Hacienda #9D8219
RGB
CMYK
RGB Variations
Color information
#9D8219 (or 0x9D8219) is known color: Hacienda. HEX triplet: 9D, 82 and 19. RGB value is (157,130,25). Sum of RGB (Red+Green+Blue) = 157+130+25=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8219 is #627DE6. Grayscale: #7E7E7E. Windows color (decimal): -6454759 or 1671837. OLE color: 1671837.
HSL color Cylindrical-coordinate representation of color #9D8219: hue angle of 47.73º 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 #9D8219 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 25 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.38 |
| HSL | 47.73º | 0.73% | 0.36% | - |
| HSV(B) | 47.73º | 0.84% | 0.62% | - |
| XYZ | 22.06 | 23.2 | 4.24 | - |
| YUV | 126.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 25 | 0 | 0.17 | 0.84 | 0.38 | 47.73 | 0.73 | 0.36 |
| Hex | 9D | 82 | 19 | 0 | 11 | 54 | 26 | 30 | 49 | 24 |
| Octal | 235 | 202 | 31 | 0 | 21 | 124 | 46 | 60 | 111 | 44 |
| Binary | 10011101 | 10000010 | 11001 | 0 | 10001 | 1010100 | 100110 | 110000 | 1001001 | 100100 |
Color Harmonies of #9D8219
Complementary color
Monochromatic Colors of #9D8219
Black with #9D8219
Text Example
Text Example
White with #9D8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8219; }
p { color: rgb(157,130,25); }
H1.HeaderClassName
{
color: #9D8219;
}
.AnyTagClassName
{
color: #9D8219;
}
</style>
background-color css
<style>
a { background-color: #9D8219; }
a { background-color: rgb(157,130,25); }
div.DivClassName
{
background-color: #9D8219;
}
.BgClassName
{
background-color: #9D8219;
}
</style>
border-color css
<style>
span { border-color: #9D8219; }
span { border-color: rgb(157,130,25); }
td.TdClassName
{
border-color: #9D8219;
}
.TagClassName
{
border-color: #9D8219;
}
</style>