Shades of Hacienda #957B24
Tints of Hacienda #957B24
RGB
CMYK
RGB Variations
Color information
#957B24 (or 0x957B24) is known color: Hacienda. HEX triplet: 95, 7B and 24. RGB value is (149,123,36). Sum of RGB (Red+Green+Blue) = 149+123+36=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #957B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B24 is #6A84DB. Grayscale: #797979. Windows color (decimal): -6980828 or 2390933. OLE color: 2390933.
HSL color Cylindrical-coordinate representation of color #957B24: hue angle of 46.19º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #957B24 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 36 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.42 |
| HSL | 46.19º | 0.61% | 0.36% | - |
| HSV(B) | 46.19º | 0.76% | 0.58% | - |
| XYZ | 19.8 | 20.68 | 4.62 | - |
| YUV | 120.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 36 | 0 | 0.17 | 0.76 | 0.42 | 46.19 | 0.61 | 0.36 |
| Hex | 95 | 7B | 24 | 0 | 11 | 4C | 2A | 2E | 3D | 24 |
| Octal | 225 | 173 | 44 | 0 | 21 | 114 | 52 | 56 | 75 | 44 |
| Binary | 10010101 | 1111011 | 100100 | 0 | 10001 | 1001100 | 101010 | 101110 | 111101 | 100100 |
Color Harmonies of #957B24
Complementary color
Monochromatic Colors of #957B24
Black with #957B24
Text Example
Text Example
White with #957B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B24; }
p { color: rgb(149,123,36); }
H1.HeaderClassName
{
color: #957B24;
}
.AnyTagClassName
{
color: #957B24;
}
</style>
background-color css
<style>
a { background-color: #957B24; }
a { background-color: rgb(149,123,36); }
div.DivClassName
{
background-color: #957B24;
}
.BgClassName
{
background-color: #957B24;
}
</style>
border-color css
<style>
span { border-color: #957B24; }
span { border-color: rgb(149,123,36); }
td.TdClassName
{
border-color: #957B24;
}
.TagClassName
{
border-color: #957B24;
}
</style>