Shades of Hacienda #9B7A24
Tints of Hacienda #9B7A24
RGB
CMYK
RGB Variations
Color information
#9B7A24 (or 0x9B7A24) is known color: Hacienda. HEX triplet: 9B, 7A and 24. RGB value is (155,122,36). Sum of RGB (Red+Green+Blue) = 155+122+36=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A24 is #6485DB. Grayscale: #7A7A7A. Windows color (decimal): -6587868 or 2390683. OLE color: 2390683.
HSL color Cylindrical-coordinate representation of color #9B7A24: hue angle of 43.36º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B7A24 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 36 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.39 |
| HSL | 43.36º | 0.62% | 0.37% | - |
| HSV(B) | 43.36º | 0.77% | 0.61% | - |
| XYZ | 20.8 | 21.02 | 4.63 | - |
| YUV | 122.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 36 | 0 | 0.21 | 0.77 | 0.39 | 43.36 | 0.62 | 0.37 |
| Hex | 9B | 7A | 24 | 0 | 15 | 4D | 27 | 2B | 3E | 25 |
| Octal | 233 | 172 | 44 | 0 | 25 | 115 | 47 | 53 | 76 | 45 |
| Binary | 10011011 | 1111010 | 100100 | 0 | 10101 | 1001101 | 100111 | 101011 | 111110 | 100101 |
Color Harmonies of #9B7A24
Complementary color
Monochromatic Colors of #9B7A24
Black with #9B7A24
Text Example
Text Example
White with #9B7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A24; }
p { color: rgb(155,122,36); }
H1.HeaderClassName
{
color: #9B7A24;
}
.AnyTagClassName
{
color: #9B7A24;
}
</style>
background-color css
<style>
a { background-color: #9B7A24; }
a { background-color: rgb(155,122,36); }
div.DivClassName
{
background-color: #9B7A24;
}
.BgClassName
{
background-color: #9B7A24;
}
</style>
border-color css
<style>
span { border-color: #9B7A24; }
span { border-color: rgb(155,122,36); }
td.TdClassName
{
border-color: #9B7A24;
}
.TagClassName
{
border-color: #9B7A24;
}
</style>