Shades of Hacienda #958514
Tints of Hacienda #958514
RGB
CMYK
RGB Variations
Color information
#958514 (or 0x958514) is known color: Hacienda. HEX triplet: 95, 85 and 14. RGB value is (149,133,20). Sum of RGB (Red+Green+Blue) = 149+133+20=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958514 is #6A7AEB. Grayscale: #7D7D7D. Windows color (decimal): -6978284 or 1344917. OLE color: 1344917.
HSL color Cylindrical-coordinate representation of color #958514: hue angle of 52.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #958514 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 20 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.42 |
| HSL | 52.56º | 0.76% | 0.33% | - |
| HSV(B) | 52.56º | 0.87% | 0.58% | - |
| XYZ | 20.91 | 23.22 | 4.04 | - |
| YUV | 124.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 20 | 0 | 0.11 | 0.87 | 0.42 | 52.56 | 0.76 | 0.33 |
| Hex | 95 | 85 | 14 | 0 | B | 57 | 2A | 35 | 4C | 21 |
| Octal | 225 | 205 | 24 | 0 | 13 | 127 | 52 | 65 | 114 | 41 |
| Binary | 10010101 | 10000101 | 10100 | 0 | 1011 | 1010111 | 101010 | 110101 | 1001100 | 100001 |
Color Harmonies of #958514
Complementary color
Monochromatic Colors of #958514
Black with #958514
Text Example
Text Example
White with #958514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958514; }
p { color: rgb(149,133,20); }
H1.HeaderClassName
{
color: #958514;
}
.AnyTagClassName
{
color: #958514;
}
</style>
background-color css
<style>
a { background-color: #958514; }
a { background-color: rgb(149,133,20); }
div.DivClassName
{
background-color: #958514;
}
.BgClassName
{
background-color: #958514;
}
</style>
border-color css
<style>
span { border-color: #958514; }
span { border-color: rgb(149,133,20); }
td.TdClassName
{
border-color: #958514;
}
.TagClassName
{
border-color: #958514;
}
</style>