Shades of Hacienda #9B7824
Tints of Hacienda #9B7824
RGB
CMYK
RGB Variations
Color information
#9B7824 (or 0x9B7824) is known color: Hacienda. HEX triplet: 9B, 78 and 24. RGB value is (155,120,36). Sum of RGB (Red+Green+Blue) = 155+120+36=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7824 is #6487DB. Grayscale: #797979. Windows color (decimal): -6588380 or 2390171. OLE color: 2390171.
HSL color Cylindrical-coordinate representation of color #9B7824: hue angle of 42.35º 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 #9B7824 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 36 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.39 |
| HSL | 42.35º | 0.62% | 0.37% | - |
| HSV(B) | 42.35º | 0.77% | 0.61% | - |
| XYZ | 20.55 | 20.53 | 4.55 | - |
| YUV | 120.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 36 | 0 | 0.23 | 0.77 | 0.39 | 42.35 | 0.62 | 0.37 |
| Hex | 9B | 78 | 24 | 0 | 17 | 4D | 27 | 2A | 3E | 25 |
| Octal | 233 | 170 | 44 | 0 | 27 | 115 | 47 | 52 | 76 | 45 |
| Binary | 10011011 | 1111000 | 100100 | 0 | 10111 | 1001101 | 100111 | 101010 | 111110 | 100101 |
Color Harmonies of #9B7824
Complementary color
Monochromatic Colors of #9B7824
Black with #9B7824
Text Example
Text Example
White with #9B7824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7824; }
p { color: rgb(155,120,36); }
H1.HeaderClassName
{
color: #9B7824;
}
.AnyTagClassName
{
color: #9B7824;
}
</style>
background-color css
<style>
a { background-color: #9B7824; }
a { background-color: rgb(155,120,36); }
div.DivClassName
{
background-color: #9B7824;
}
.BgClassName
{
background-color: #9B7824;
}
</style>
border-color css
<style>
span { border-color: #9B7824; }
span { border-color: rgb(155,120,36); }
td.TdClassName
{
border-color: #9B7824;
}
.TagClassName
{
border-color: #9B7824;
}
</style>