Shades of Hacienda #9D780B
Tints of Hacienda #9D780B
RGB
CMYK
RGB Variations
Color information
#9D780B (or 0x9D780B) is known color: Hacienda. HEX triplet: 9D, 78 and 0B. RGB value is (157,120,11). Sum of RGB (Red+Green+Blue) = 157+120+11=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D780B is #6287F4. Grayscale: #777777. Windows color (decimal): -6457333 or 751773. OLE color: 751773.
HSL color Cylindrical-coordinate representation of color #9D780B: hue angle of 44.79º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D780B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.38 |
| HSL | 44.79º | 0.87% | 0.33% | - |
| HSV(B) | 44.79º | 0.93% | 0.62% | - |
| XYZ | 20.68 | 20.63 | 3.21 | - |
| YUV | 118.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 11 | 0 | 0.24 | 0.93 | 0.38 | 44.79 | 0.87 | 0.33 |
| Hex | 9D | 78 | B | 0 | 18 | 5D | 26 | 2D | 57 | 21 |
| Octal | 235 | 170 | 13 | 0 | 30 | 135 | 46 | 55 | 127 | 41 |
| Binary | 10011101 | 1111000 | 1011 | 0 | 11000 | 1011101 | 100110 | 101101 | 1010111 | 100001 |
Color Harmonies of #9D780B
Complementary color
Monochromatic Colors of #9D780B
Black with #9D780B
Text Example
Text Example
White with #9D780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D780B; }
p { color: rgb(157,120,11); }
H1.HeaderClassName
{
color: #9D780B;
}
.AnyTagClassName
{
color: #9D780B;
}
</style>
background-color css
<style>
a { background-color: #9D780B; }
a { background-color: rgb(157,120,11); }
div.DivClassName
{
background-color: #9D780B;
}
.BgClassName
{
background-color: #9D780B;
}
</style>
border-color css
<style>
span { border-color: #9D780B; }
span { border-color: rgb(157,120,11); }
td.TdClassName
{
border-color: #9D780B;
}
.TagClassName
{
border-color: #9D780B;
}
</style>