Shades of Hacienda #9B781A
Tints of Hacienda #9B781A
RGB
CMYK
RGB Variations
Color information
#9B781A (or 0x9B781A) is known color: Hacienda. HEX triplet: 9B, 78 and 1A. RGB value is (155,120,26). Sum of RGB (Red+Green+Blue) = 155+120+26=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B781A is #6487E5. Grayscale: #787878. Windows color (decimal): -6588390 or 1734811. OLE color: 1734811.
HSL color Cylindrical-coordinate representation of color #9B781A: hue angle of 43.72º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B781A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 26 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.39 |
| HSL | 43.72º | 0.71% | 0.35% | - |
| HSV(B) | 43.72º | 0.83% | 0.61% | - |
| XYZ | 20.42 | 20.48 | 3.85 | - |
| YUV | 119.75 | 75.1 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 26 | 0 | 0.23 | 0.83 | 0.39 | 43.72 | 0.71 | 0.35 |
| Hex | 9B | 78 | 1A | 0 | 17 | 53 | 27 | 2C | 47 | 23 |
| Octal | 233 | 170 | 32 | 0 | 27 | 123 | 47 | 54 | 107 | 43 |
| Binary | 10011011 | 1111000 | 11010 | 0 | 10111 | 1010011 | 100111 | 101100 | 1000111 | 100011 |
Color Harmonies of #9B781A
Complementary color
Monochromatic Colors of #9B781A
Black with #9B781A
Text Example
Text Example
White with #9B781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B781A; }
p { color: rgb(155,120,26); }
H1.HeaderClassName
{
color: #9B781A;
}
.AnyTagClassName
{
color: #9B781A;
}
</style>
background-color css
<style>
a { background-color: #9B781A; }
a { background-color: rgb(155,120,26); }
div.DivClassName
{
background-color: #9B781A;
}
.BgClassName
{
background-color: #9B781A;
}
</style>
border-color css
<style>
span { border-color: #9B781A; }
span { border-color: rgb(155,120,26); }
td.TdClassName
{
border-color: #9B781A;
}
.TagClassName
{
border-color: #9B781A;
}
</style>