Shades of Hacienda #9B7F24
Tints of Hacienda #9B7F24
RGB
CMYK
RGB Variations
Color information
#9B7F24 (or 0x9B7F24) is known color: Hacienda. HEX triplet: 9B, 7F and 24. RGB value is (155,127,36). Sum of RGB (Red+Green+Blue) = 155+127+36=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F24 is #6480DB. Grayscale: #7D7D7D. Windows color (decimal): -6586588 or 2391963. OLE color: 2391963.
HSL color Cylindrical-coordinate representation of color #9B7F24: hue angle of 45.88º 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 #9B7F24 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 127 | 36 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.39 |
| HSL | 45.88º | 0.62% | 0.37% | - |
| HSV(B) | 45.88º | 0.77% | 0.61% | - |
| XYZ | 21.43 | 22.27 | 4.84 | - |
| YUV | 125 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 36 | 0 | 0.18 | 0.77 | 0.39 | 45.88 | 0.62 | 0.37 |
| Hex | 9B | 7F | 24 | 0 | 12 | 4D | 27 | 2E | 3E | 25 |
| Octal | 233 | 177 | 44 | 0 | 22 | 115 | 47 | 56 | 76 | 45 |
| Binary | 10011011 | 1111111 | 100100 | 0 | 10010 | 1001101 | 100111 | 101110 | 111110 | 100101 |
Color Harmonies of #9B7F24
Complementary color
Monochromatic Colors of #9B7F24
Black with #9B7F24
Text Example
Text Example
White with #9B7F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7F24; }
p { color: rgb(155,127,36); }
H1.HeaderClassName
{
color: #9B7F24;
}
.AnyTagClassName
{
color: #9B7F24;
}
</style>
background-color css
<style>
a { background-color: #9B7F24; }
a { background-color: rgb(155,127,36); }
div.DivClassName
{
background-color: #9B7F24;
}
.BgClassName
{
background-color: #9B7F24;
}
</style>
border-color css
<style>
span { border-color: #9B7F24; }
span { border-color: rgb(155,127,36); }
td.TdClassName
{
border-color: #9B7F24;
}
.TagClassName
{
border-color: #9B7F24;
}
</style>