Shades of Hacienda #9B781F
Tints of Hacienda #9B781F
RGB
CMYK
RGB Variations
Color information
#9B781F (or 0x9B781F) is known color: Hacienda. HEX triplet: 9B, 78 and 1F. RGB value is (155,120,31). Sum of RGB (Red+Green+Blue) = 155+120+31=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B781F is #6487E0. Grayscale: #787878. Windows color (decimal): -6588385 or 2062491. OLE color: 2062491.
HSL color Cylindrical-coordinate representation of color #9B781F: hue angle of 43.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B781F is Cyan = 0, Magento = 0.23, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 31 | - |
| CMYK | 0 | 0.23 | 0.8 | 0.39 |
| HSL | 43.06º | 0.67% | 0.36% | - |
| HSV(B) | 43.06º | 0.8% | 0.61% | - |
| XYZ | 20.48 | 20.5 | 4.17 | - |
| YUV | 120.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 31 | 0 | 0.23 | 0.8 | 0.39 | 43.06 | 0.67 | 0.36 |
| Hex | 9B | 78 | 1F | 0 | 17 | 50 | 27 | 2B | 43 | 24 |
| Octal | 233 | 170 | 37 | 0 | 27 | 120 | 47 | 53 | 103 | 44 |
| Binary | 10011011 | 1111000 | 11111 | 0 | 10111 | 1010000 | 100111 | 101011 | 1000011 | 100100 |
Color Harmonies of #9B781F
Complementary color
Monochromatic Colors of #9B781F
Black with #9B781F
Text Example
Text Example
White with #9B781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B781F; }
p { color: rgb(155,120,31); }
H1.HeaderClassName
{
color: #9B781F;
}
.AnyTagClassName
{
color: #9B781F;
}
</style>
background-color css
<style>
a { background-color: #9B781F; }
a { background-color: rgb(155,120,31); }
div.DivClassName
{
background-color: #9B781F;
}
.BgClassName
{
background-color: #9B781F;
}
</style>
border-color css
<style>
span { border-color: #9B781F; }
span { border-color: rgb(155,120,31); }
td.TdClassName
{
border-color: #9B781F;
}
.TagClassName
{
border-color: #9B781F;
}
</style>