Shades of Hacienda #9B7524
Tints of Hacienda #9B7524
RGB
CMYK
RGB Variations
Color information
#9B7524 (or 0x9B7524) is known color: Hacienda. HEX triplet: 9B, 75 and 24. RGB value is (155,117,36). Sum of RGB (Red+Green+Blue) = 155+117+36=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7524 is #648ADB. Grayscale: #777777. Windows color (decimal): -6589148 or 2389403. OLE color: 2389403.
HSL color Cylindrical-coordinate representation of color #9B7524: hue angle of 40.84º 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 #9B7524 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 36 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.39 |
| HSL | 40.84º | 0.62% | 0.37% | - |
| HSV(B) | 40.84º | 0.77% | 0.61% | - |
| XYZ | 20.2 | 19.82 | 4.43 | - |
| YUV | 119.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 36 | 0 | 0.25 | 0.77 | 0.39 | 40.84 | 0.62 | 0.37 |
| Hex | 9B | 75 | 24 | 0 | 19 | 4D | 27 | 29 | 3E | 25 |
| Octal | 233 | 165 | 44 | 0 | 31 | 115 | 47 | 51 | 76 | 45 |
| Binary | 10011011 | 1110101 | 100100 | 0 | 11001 | 1001101 | 100111 | 101001 | 111110 | 100101 |
Color Harmonies of #9B7524
Complementary color
Monochromatic Colors of #9B7524
Black with #9B7524
Text Example
Text Example
White with #9B7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7524; }
p { color: rgb(155,117,36); }
H1.HeaderClassName
{
color: #9B7524;
}
.AnyTagClassName
{
color: #9B7524;
}
</style>
background-color css
<style>
a { background-color: #9B7524; }
a { background-color: rgb(155,117,36); }
div.DivClassName
{
background-color: #9B7524;
}
.BgClassName
{
background-color: #9B7524;
}
</style>
border-color css
<style>
span { border-color: #9B7524; }
span { border-color: rgb(155,117,36); }
td.TdClassName
{
border-color: #9B7524;
}
.TagClassName
{
border-color: #9B7524;
}
</style>