Shades of Hacienda #9B7A20
Tints of Hacienda #9B7A20
RGB
CMYK
RGB Variations
Color information
#9B7A20 (or 0x9B7A20) is known color: Hacienda. HEX triplet: 9B, 7A and 20. RGB value is (155,122,32). Sum of RGB (Red+Green+Blue) = 155+122+32=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A20 is #6485DF. Grayscale: #797979. Windows color (decimal): -6587872 or 2128539. OLE color: 2128539.
HSL color Cylindrical-coordinate representation of color #9B7A20: hue angle of 43.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B7A20 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 32 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.39 |
| HSL | 43.9º | 0.66% | 0.37% | - |
| HSV(B) | 43.9º | 0.79% | 0.61% | - |
| XYZ | 20.74 | 20.99 | 4.33 | - |
| YUV | 121.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 32 | 0 | 0.21 | 0.79 | 0.39 | 43.9 | 0.66 | 0.37 |
| Hex | 9B | 7A | 20 | 0 | 15 | 4F | 27 | 2C | 42 | 25 |
| Octal | 233 | 172 | 40 | 0 | 25 | 117 | 47 | 54 | 102 | 45 |
| Binary | 10011011 | 1111010 | 100000 | 0 | 10101 | 1001111 | 100111 | 101100 | 1000010 | 100101 |
Color Harmonies of #9B7A20
Complementary color
Monochromatic Colors of #9B7A20
Black with #9B7A20
Text Example
Text Example
White with #9B7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A20; }
p { color: rgb(155,122,32); }
H1.HeaderClassName
{
color: #9B7A20;
}
.AnyTagClassName
{
color: #9B7A20;
}
</style>
background-color css
<style>
a { background-color: #9B7A20; }
a { background-color: rgb(155,122,32); }
div.DivClassName
{
background-color: #9B7A20;
}
.BgClassName
{
background-color: #9B7A20;
}
</style>
border-color css
<style>
span { border-color: #9B7A20; }
span { border-color: rgb(155,122,32); }
td.TdClassName
{
border-color: #9B7A20;
}
.TagClassName
{
border-color: #9B7A20;
}
</style>