Shades of Hacienda #9B780B
Tints of Hacienda #9B780B
RGB
CMYK
RGB Variations
Color information
#9B780B (or 0x9B780B) is known color: Hacienda. HEX triplet: 9B, 78 and 0B. RGB value is (155,120,11). Sum of RGB (Red+Green+Blue) = 155+120+11=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B780B is #6487F4. Grayscale: #767676. Windows color (decimal): -6588405 or 751771. OLE color: 751771.
HSL color Cylindrical-coordinate representation of color #9B780B: hue angle of 45.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B780B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 11 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.39 |
| HSL | 45.42º | 0.87% | 0.33% | - |
| HSV(B) | 45.42º | 0.93% | 0.61% | - |
| XYZ | 20.29 | 20.43 | 3.19 | - |
| YUV | 118.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 11 | 0 | 0.23 | 0.93 | 0.39 | 45.42 | 0.87 | 0.33 |
| Hex | 9B | 78 | B | 0 | 17 | 5D | 27 | 2D | 57 | 21 |
| Octal | 233 | 170 | 13 | 0 | 27 | 135 | 47 | 55 | 127 | 41 |
| Binary | 10011011 | 1111000 | 1011 | 0 | 10111 | 1011101 | 100111 | 101101 | 1010111 | 100001 |
Color Harmonies of #9B780B
Complementary color
Monochromatic Colors of #9B780B
Black with #9B780B
Text Example
Text Example
White with #9B780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B780B; }
p { color: rgb(155,120,11); }
H1.HeaderClassName
{
color: #9B780B;
}
.AnyTagClassName
{
color: #9B780B;
}
</style>
background-color css
<style>
a { background-color: #9B780B; }
a { background-color: rgb(155,120,11); }
div.DivClassName
{
background-color: #9B780B;
}
.BgClassName
{
background-color: #9B780B;
}
</style>
border-color css
<style>
span { border-color: #9B780B; }
span { border-color: rgb(155,120,11); }
td.TdClassName
{
border-color: #9B780B;
}
.TagClassName
{
border-color: #9B780B;
}
</style>