Shades of Hacienda #9D780D
Tints of Hacienda #9D780D
RGB
CMYK
RGB Variations
Color information
#9D780D (or 0x9D780D) is known color: Hacienda. HEX triplet: 9D, 78 and 0D. RGB value is (157,120,13). Sum of RGB (Red+Green+Blue) = 157+120+13=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D780D is #6287F2. Grayscale: #777777. Windows color (decimal): -6457331 or 882845. OLE color: 882845.
HSL color Cylindrical-coordinate representation of color #9D780D: hue angle of 44.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D780D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.38 |
| HSL | 44.58º | 0.85% | 0.33% | - |
| HSV(B) | 44.58º | 0.92% | 0.62% | - |
| XYZ | 20.69 | 20.63 | 3.27 | - |
| YUV | 118.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 13 | 0 | 0.24 | 0.92 | 0.38 | 44.58 | 0.85 | 0.33 |
| Hex | 9D | 78 | D | 0 | 18 | 5C | 26 | 2D | 55 | 21 |
| Octal | 235 | 170 | 15 | 0 | 30 | 134 | 46 | 55 | 125 | 41 |
| Binary | 10011101 | 1111000 | 1101 | 0 | 11000 | 1011100 | 100110 | 101101 | 1010101 | 100001 |
Color Harmonies of #9D780D
Complementary color
Monochromatic Colors of #9D780D
Black with #9D780D
Text Example
Text Example
White with #9D780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D780D; }
p { color: rgb(157,120,13); }
H1.HeaderClassName
{
color: #9D780D;
}
.AnyTagClassName
{
color: #9D780D;
}
</style>
background-color css
<style>
a { background-color: #9D780D; }
a { background-color: rgb(157,120,13); }
div.DivClassName
{
background-color: #9D780D;
}
.BgClassName
{
background-color: #9D780D;
}
</style>
border-color css
<style>
span { border-color: #9D780D; }
span { border-color: rgb(157,120,13); }
td.TdClassName
{
border-color: #9D780D;
}
.TagClassName
{
border-color: #9D780D;
}
</style>