Shades of Hacienda #958010
Tints of Hacienda #958010
RGB
CMYK
RGB Variations
Color information
#958010 (or 0x958010) is known color: Hacienda. HEX triplet: 95, 80 and 10. RGB value is (149,128,16). Sum of RGB (Red+Green+Blue) = 149+128+16=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #958010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958010 is #6A7FEF. Grayscale: #797979. Windows color (decimal): -6979568 or 1081493. OLE color: 1081493.
HSL color Cylindrical-coordinate representation of color #958010: hue angle of 50.53º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958010 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 16 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.42 |
| HSL | 50.53º | 0.81% | 0.32% | - |
| HSV(B) | 50.53º | 0.89% | 0.58% | - |
| XYZ | 20.21 | 21.87 | 3.65 | - |
| YUV | 121.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 16 | 0 | 0.14 | 0.89 | 0.42 | 50.53 | 0.81 | 0.32 |
| Hex | 95 | 80 | 10 | 0 | E | 59 | 2A | 33 | 51 | 20 |
| Octal | 225 | 200 | 20 | 0 | 16 | 131 | 52 | 63 | 121 | 40 |
| Binary | 10010101 | 10000000 | 10000 | 0 | 1110 | 1011001 | 101010 | 110011 | 1010001 | 100000 |
Color Harmonies of #958010
Complementary color
Monochromatic Colors of #958010
Black with #958010
Text Example
Text Example
White with #958010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958010; }
p { color: rgb(149,128,16); }
H1.HeaderClassName
{
color: #958010;
}
.AnyTagClassName
{
color: #958010;
}
</style>
background-color css
<style>
a { background-color: #958010; }
a { background-color: rgb(149,128,16); }
div.DivClassName
{
background-color: #958010;
}
.BgClassName
{
background-color: #958010;
}
</style>
border-color css
<style>
span { border-color: #958010; }
span { border-color: rgb(149,128,16); }
td.TdClassName
{
border-color: #958010;
}
.TagClassName
{
border-color: #958010;
}
</style>