Shades of Hacienda #9D790A
Tints of Hacienda #9D790A
RGB
CMYK
RGB Variations
Color information
#9D790A (or 0x9D790A) is known color: Hacienda. HEX triplet: 9D, 79 and 0A. RGB value is (157,121,10). Sum of RGB (Red+Green+Blue) = 157+121+10=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D790A is #6286F5. Grayscale: #777777. Windows color (decimal): -6457078 or 686493. OLE color: 686493.
HSL color Cylindrical-coordinate representation of color #9D790A: hue angle of 45.31º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D790A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.38 |
| HSL | 45.31º | 0.88% | 0.33% | - |
| HSV(B) | 45.31º | 0.94% | 0.62% | - |
| XYZ | 20.8 | 20.86 | 3.22 | - |
| YUV | 119.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 10 | 0 | 0.23 | 0.94 | 0.38 | 45.31 | 0.88 | 0.33 |
| Hex | 9D | 79 | A | 0 | 17 | 5E | 26 | 2D | 58 | 21 |
| Octal | 235 | 171 | 12 | 0 | 27 | 136 | 46 | 55 | 130 | 41 |
| Binary | 10011101 | 1111001 | 1010 | 0 | 10111 | 1011110 | 100110 | 101101 | 1011000 | 100001 |
Color Harmonies of #9D790A
Complementary color
Monochromatic Colors of #9D790A
Black with #9D790A
Text Example
Text Example
White with #9D790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D790A; }
p { color: rgb(157,121,10); }
H1.HeaderClassName
{
color: #9D790A;
}
.AnyTagClassName
{
color: #9D790A;
}
</style>
background-color css
<style>
a { background-color: #9D790A; }
a { background-color: rgb(157,121,10); }
div.DivClassName
{
background-color: #9D790A;
}
.BgClassName
{
background-color: #9D790A;
}
</style>
border-color css
<style>
span { border-color: #9D790A; }
span { border-color: rgb(157,121,10); }
td.TdClassName
{
border-color: #9D790A;
}
.TagClassName
{
border-color: #9D790A;
}
</style>