Shades of Hacienda #957516
Tints of Hacienda #957516
RGB
CMYK
RGB Variations
Color information
#957516 (or 0x957516) is known color: Hacienda. HEX triplet: 95, 75 and 16. RGB value is (149,117,22). Sum of RGB (Red+Green+Blue) = 149+117+22=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #957516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957516 is #6A8AE9. Grayscale: #747474. Windows color (decimal): -6982378 or 1471893. OLE color: 1471893.
HSL color Cylindrical-coordinate representation of color #957516: hue angle of 44.88º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957516 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 22 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.42 |
| HSL | 44.88º | 0.74% | 0.34% | - |
| HSV(B) | 44.88º | 0.85% | 0.58% | - |
| XYZ | 18.9 | 19.17 | 3.46 | - |
| YUV | 115.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 22 | 0 | 0.21 | 0.85 | 0.42 | 44.88 | 0.74 | 0.34 |
| Hex | 95 | 75 | 16 | 0 | 15 | 55 | 2A | 2D | 4A | 22 |
| Octal | 225 | 165 | 26 | 0 | 25 | 125 | 52 | 55 | 112 | 42 |
| Binary | 10010101 | 1110101 | 10110 | 0 | 10101 | 1010101 | 101010 | 101101 | 1001010 | 100010 |
Color Harmonies of #957516
Complementary color
Monochromatic Colors of #957516
Black with #957516
Text Example
Text Example
White with #957516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957516; }
p { color: rgb(149,117,22); }
H1.HeaderClassName
{
color: #957516;
}
.AnyTagClassName
{
color: #957516;
}
</style>
background-color css
<style>
a { background-color: #957516; }
a { background-color: rgb(149,117,22); }
div.DivClassName
{
background-color: #957516;
}
.BgClassName
{
background-color: #957516;
}
</style>
border-color css
<style>
span { border-color: #957516; }
span { border-color: rgb(149,117,22); }
td.TdClassName
{
border-color: #957516;
}
.TagClassName
{
border-color: #957516;
}
</style>