Shades of Hacienda #9B790D
Tints of Hacienda #9B790D
RGB
CMYK
RGB Variations
Color information
#9B790D (or 0x9B790D) is known color: Hacienda. HEX triplet: 9B, 79 and 0D. RGB value is (155,121,13). Sum of RGB (Red+Green+Blue) = 155+121+13=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B790D is #6486F2. Grayscale: #777777. Windows color (decimal): -6588147 or 883099. OLE color: 883099.
HSL color Cylindrical-coordinate representation of color #9B790D: hue angle of 45.63º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B790D is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 13 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.39 |
| HSL | 45.63º | 0.85% | 0.33% | - |
| HSV(B) | 45.63º | 0.92% | 0.61% | - |
| XYZ | 20.43 | 20.67 | 3.29 | - |
| YUV | 118.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 13 | 0 | 0.22 | 0.92 | 0.39 | 45.63 | 0.85 | 0.33 |
| Hex | 9B | 79 | D | 0 | 16 | 5C | 27 | 2E | 55 | 21 |
| Octal | 233 | 171 | 15 | 0 | 26 | 134 | 47 | 56 | 125 | 41 |
| Binary | 10011011 | 1111001 | 1101 | 0 | 10110 | 1011100 | 100111 | 101110 | 1010101 | 100001 |
Color Harmonies of #9B790D
Complementary color
Monochromatic Colors of #9B790D
Black with #9B790D
Text Example
Text Example
White with #9B790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B790D; }
p { color: rgb(155,121,13); }
H1.HeaderClassName
{
color: #9B790D;
}
.AnyTagClassName
{
color: #9B790D;
}
</style>
background-color css
<style>
a { background-color: #9B790D; }
a { background-color: rgb(155,121,13); }
div.DivClassName
{
background-color: #9B790D;
}
.BgClassName
{
background-color: #9B790D;
}
</style>
border-color css
<style>
span { border-color: #9B790D; }
span { border-color: rgb(155,121,13); }
td.TdClassName
{
border-color: #9B790D;
}
.TagClassName
{
border-color: #9B790D;
}
</style>