Shades of Hacienda #9B780F
Tints of Hacienda #9B780F
RGB
CMYK
RGB Variations
Color information
#9B780F (or 0x9B780F) is known color: Hacienda. HEX triplet: 9B, 78 and 0F. RGB value is (155,120,15). Sum of RGB (Red+Green+Blue) = 155+120+15=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B780F is #6487F0. Grayscale: #767676. Windows color (decimal): -6588401 or 1013915. OLE color: 1013915.
HSL color Cylindrical-coordinate representation of color #9B780F: hue angle of 45º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B780F is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 15 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.39 |
| HSL | 45º | 0.82% | 0.33% | - |
| HSV(B) | 45º | 0.9% | 0.61% | - |
| XYZ | 20.32 | 20.44 | 3.33 | - |
| YUV | 118.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 15 | 0 | 0.23 | 0.90 | 0.39 | 45 | 0.82 | 0.33 |
| Hex | 9B | 78 | F | 0 | 17 | 5A | 27 | 2D | 52 | 21 |
| Octal | 233 | 170 | 17 | 0 | 27 | 132 | 47 | 55 | 122 | 41 |
| Binary | 10011011 | 1111000 | 1111 | 0 | 10111 | 1011010 | 100111 | 101101 | 1010010 | 100001 |
Color Harmonies of #9B780F
Complementary color
Monochromatic Colors of #9B780F
Black with #9B780F
Text Example
Text Example
White with #9B780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B780F; }
p { color: rgb(155,120,15); }
H1.HeaderClassName
{
color: #9B780F;
}
.AnyTagClassName
{
color: #9B780F;
}
</style>
background-color css
<style>
a { background-color: #9B780F; }
a { background-color: rgb(155,120,15); }
div.DivClassName
{
background-color: #9B780F;
}
.BgClassName
{
background-color: #9B780F;
}
</style>
border-color css
<style>
span { border-color: #9B780F; }
span { border-color: rgb(155,120,15); }
td.TdClassName
{
border-color: #9B780F;
}
.TagClassName
{
border-color: #9B780F;
}
</style>