Shades of Hacienda #9B8224
Tints of Hacienda #9B8224
RGB
CMYK
RGB Variations
Color information
#9B8224 (or 0x9B8224) is known color: Hacienda. HEX triplet: 9B, 82 and 24. RGB value is (155,130,36). Sum of RGB (Red+Green+Blue) = 155+130+36=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8224 is #647DDB. Grayscale: #7F7F7F. Windows color (decimal): -6585820 or 2392731. OLE color: 2392731.
HSL color Cylindrical-coordinate representation of color #9B8224: hue angle of 47.39º 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 #9B8224 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 36 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.39 |
| HSL | 47.39º | 0.62% | 0.37% | - |
| HSV(B) | 47.39º | 0.77% | 0.61% | - |
| XYZ | 21.82 | 23.06 | 4.97 | - |
| YUV | 126.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 36 | 0 | 0.16 | 0.77 | 0.39 | 47.39 | 0.62 | 0.37 |
| Hex | 9B | 82 | 24 | 0 | 10 | 4D | 27 | 2F | 3E | 25 |
| Octal | 233 | 202 | 44 | 0 | 20 | 115 | 47 | 57 | 76 | 45 |
| Binary | 10011011 | 10000010 | 100100 | 0 | 10000 | 1001101 | 100111 | 101111 | 111110 | 100101 |
Color Harmonies of #9B8224
Complementary color
Monochromatic Colors of #9B8224
Black with #9B8224
Text Example
Text Example
White with #9B8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8224; }
p { color: rgb(155,130,36); }
H1.HeaderClassName
{
color: #9B8224;
}
.AnyTagClassName
{
color: #9B8224;
}
</style>
background-color css
<style>
a { background-color: #9B8224; }
a { background-color: rgb(155,130,36); }
div.DivClassName
{
background-color: #9B8224;
}
.BgClassName
{
background-color: #9B8224;
}
</style>
border-color css
<style>
span { border-color: #9B8224; }
span { border-color: rgb(155,130,36); }
td.TdClassName
{
border-color: #9B8224;
}
.TagClassName
{
border-color: #9B8224;
}
</style>