Shades of Hacienda #9B770D
Tints of Hacienda #9B770D
RGB
CMYK
RGB Variations
Color information
#9B770D (or 0x9B770D) is known color: Hacienda. HEX triplet: 9B, 77 and 0D. RGB value is (155,119,13). Sum of RGB (Red+Green+Blue) = 155+119+13=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B770D is #6488F2. Grayscale: #767676. Windows color (decimal): -6588659 or 882587. OLE color: 882587.
HSL color Cylindrical-coordinate representation of color #9B770D: hue angle of 44.79º 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 #9B770D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 13 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.39 |
| HSL | 44.79º | 0.85% | 0.33% | - |
| HSV(B) | 44.79º | 0.92% | 0.61% | - |
| XYZ | 20.19 | 20.19 | 3.21 | - |
| YUV | 117.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 13 | 0 | 0.23 | 0.92 | 0.39 | 44.79 | 0.85 | 0.33 |
| Hex | 9B | 77 | D | 0 | 17 | 5C | 27 | 2D | 55 | 21 |
| Octal | 233 | 167 | 15 | 0 | 27 | 134 | 47 | 55 | 125 | 41 |
| Binary | 10011011 | 1110111 | 1101 | 0 | 10111 | 1011100 | 100111 | 101101 | 1010101 | 100001 |
Color Harmonies of #9B770D
Complementary color
Monochromatic Colors of #9B770D
Black with #9B770D
Text Example
Text Example
White with #9B770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B770D; }
p { color: rgb(155,119,13); }
H1.HeaderClassName
{
color: #9B770D;
}
.AnyTagClassName
{
color: #9B770D;
}
</style>
background-color css
<style>
a { background-color: #9B770D; }
a { background-color: rgb(155,119,13); }
div.DivClassName
{
background-color: #9B770D;
}
.BgClassName
{
background-color: #9B770D;
}
</style>
border-color css
<style>
span { border-color: #9B770D; }
span { border-color: rgb(155,119,13); }
td.TdClassName
{
border-color: #9B770D;
}
.TagClassName
{
border-color: #9B770D;
}
</style>