Shades of Hacienda #9B7B22
Tints of Hacienda #9B7B22
RGB
CMYK
RGB Variations
Color information
#9B7B22 (or 0x9B7B22) is known color: Hacienda. HEX triplet: 9B, 7B and 22. RGB value is (155,123,34). Sum of RGB (Red+Green+Blue) = 155+123+34=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B22 is #6484DD. Grayscale: #7A7A7A. Windows color (decimal): -6587614 or 2259867. OLE color: 2259867.
HSL color Cylindrical-coordinate representation of color #9B7B22: hue angle of 44.13º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B7B22 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 34 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.39 |
| HSL | 44.13º | 0.64% | 0.37% | - |
| HSV(B) | 44.13º | 0.78% | 0.61% | - |
| XYZ | 20.89 | 21.25 | 4.51 | - |
| YUV | 122.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 34 | 0 | 0.21 | 0.78 | 0.39 | 44.13 | 0.64 | 0.37 |
| Hex | 9B | 7B | 22 | 0 | 15 | 4E | 27 | 2C | 40 | 25 |
| Octal | 233 | 173 | 42 | 0 | 25 | 116 | 47 | 54 | 100 | 45 |
| Binary | 10011011 | 1111011 | 100010 | 0 | 10101 | 1001110 | 100111 | 101100 | 1000000 | 100101 |
Color Harmonies of #9B7B22
Complementary color
Monochromatic Colors of #9B7B22
Black with #9B7B22
Text Example
Text Example
White with #9B7B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B22; }
p { color: rgb(155,123,34); }
H1.HeaderClassName
{
color: #9B7B22;
}
.AnyTagClassName
{
color: #9B7B22;
}
</style>
background-color css
<style>
a { background-color: #9B7B22; }
a { background-color: rgb(155,123,34); }
div.DivClassName
{
background-color: #9B7B22;
}
.BgClassName
{
background-color: #9B7B22;
}
</style>
border-color css
<style>
span { border-color: #9B7B22; }
span { border-color: rgb(155,123,34); }
td.TdClassName
{
border-color: #9B7B22;
}
.TagClassName
{
border-color: #9B7B22;
}
</style>