Shades of Hacienda #9A781B
Tints of Hacienda #9A781B
RGB
CMYK
RGB Variations
Color information
#9A781B (or 0x9A781B) is known color: Hacienda. HEX triplet: 9A, 78 and 1B. RGB value is (154,120,27). Sum of RGB (Red+Green+Blue) = 154+120+27=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A781B is #6587E4. Grayscale: #777777. Windows color (decimal): -6653925 or 1800346. OLE color: 1800346.
HSL color Cylindrical-coordinate representation of color #9A781B: hue angle of 43.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A781B is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 27 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.40 |
| HSL | 43.94º | 0.7% | 0.35% | - |
| HSV(B) | 43.94º | 0.82% | 0.6% | - |
| XYZ | 20.24 | 20.38 | 3.9 | - |
| YUV | 119.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 27 | 0 | 0.22 | 0.82 | 0.40 | 43.94 | 0.7 | 0.35 |
| Hex | 9A | 78 | 1B | 0 | 16 | 52 | 28 | 2C | 46 | 23 |
| Octal | 232 | 170 | 33 | 0 | 26 | 122 | 50 | 54 | 106 | 43 |
| Binary | 10011010 | 1111000 | 11011 | 0 | 10110 | 1010010 | 101000 | 101100 | 1000110 | 100011 |
Color Harmonies of #9A781B
Complementary color
Monochromatic Colors of #9A781B
Black with #9A781B
Text Example
Text Example
White with #9A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A781B; }
p { color: rgb(154,120,27); }
H1.HeaderClassName
{
color: #9A781B;
}
.AnyTagClassName
{
color: #9A781B;
}
</style>
background-color css
<style>
a { background-color: #9A781B; }
a { background-color: rgb(154,120,27); }
div.DivClassName
{
background-color: #9A781B;
}
.BgClassName
{
background-color: #9A781B;
}
</style>
border-color css
<style>
span { border-color: #9A781B; }
span { border-color: rgb(154,120,27); }
td.TdClassName
{
border-color: #9A781B;
}
.TagClassName
{
border-color: #9A781B;
}
</style>