Shades of Hacienda #957C22
Tints of Hacienda #957C22
RGB
CMYK
RGB Variations
Color information
#957C22 (or 0x957C22) is known color: Hacienda. HEX triplet: 95, 7C and 22. RGB value is (149,124,34). Sum of RGB (Red+Green+Blue) = 149+124+34=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #957C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C22 is #6A83DD. Grayscale: #797979. Windows color (decimal): -6980574 or 2260117. OLE color: 2260117.
HSL color Cylindrical-coordinate representation of color #957C22: hue angle of 46.96º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #957C22 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 34 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.42 |
| HSL | 46.96º | 0.63% | 0.36% | - |
| HSV(B) | 46.96º | 0.77% | 0.58% | - |
| XYZ | 19.89 | 20.92 | 4.5 | - |
| YUV | 121.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 34 | 0 | 0.17 | 0.77 | 0.42 | 46.96 | 0.63 | 0.36 |
| Hex | 95 | 7C | 22 | 0 | 11 | 4D | 2A | 2F | 3F | 24 |
| Octal | 225 | 174 | 42 | 0 | 21 | 115 | 52 | 57 | 77 | 44 |
| Binary | 10010101 | 1111100 | 100010 | 0 | 10001 | 1001101 | 101010 | 101111 | 111111 | 100100 |
Color Harmonies of #957C22
Complementary color
Monochromatic Colors of #957C22
Black with #957C22
Text Example
Text Example
White with #957C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C22; }
p { color: rgb(149,124,34); }
H1.HeaderClassName
{
color: #957C22;
}
.AnyTagClassName
{
color: #957C22;
}
</style>
background-color css
<style>
a { background-color: #957C22; }
a { background-color: rgb(149,124,34); }
div.DivClassName
{
background-color: #957C22;
}
.BgClassName
{
background-color: #957C22;
}
</style>
border-color css
<style>
span { border-color: #957C22; }
span { border-color: rgb(149,124,34); }
td.TdClassName
{
border-color: #957C22;
}
.TagClassName
{
border-color: #957C22;
}
</style>