Shades of Hacienda #958316
Tints of Hacienda #958316
RGB
CMYK
RGB Variations
Color information
#958316 (or 0x958316) is known color: Hacienda. HEX triplet: 95, 83 and 16. RGB value is (149,131,22). Sum of RGB (Red+Green+Blue) = 149+131+22=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958316 is #6A7CE9. Grayscale: #7C7C7C. Windows color (decimal): -6978794 or 1475477. OLE color: 1475477.
HSL color Cylindrical-coordinate representation of color #958316: hue angle of 51.5º 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 #958316 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 22 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.42 |
| HSL | 51.5º | 0.74% | 0.34% | - |
| HSV(B) | 51.5º | 0.85% | 0.58% | - |
| XYZ | 20.66 | 22.68 | 4.05 | - |
| YUV | 123.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 22 | 0 | 0.12 | 0.85 | 0.42 | 51.5 | 0.74 | 0.34 |
| Hex | 95 | 83 | 16 | 0 | C | 55 | 2A | 33 | 4A | 22 |
| Octal | 225 | 203 | 26 | 0 | 14 | 125 | 52 | 63 | 112 | 42 |
| Binary | 10010101 | 10000011 | 10110 | 0 | 1100 | 1010101 | 101010 | 110011 | 1001010 | 100010 |
Color Harmonies of #958316
Complementary color
Monochromatic Colors of #958316
Black with #958316
Text Example
Text Example
White with #958316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958316; }
p { color: rgb(149,131,22); }
H1.HeaderClassName
{
color: #958316;
}
.AnyTagClassName
{
color: #958316;
}
</style>
background-color css
<style>
a { background-color: #958316; }
a { background-color: rgb(149,131,22); }
div.DivClassName
{
background-color: #958316;
}
.BgClassName
{
background-color: #958316;
}
</style>
border-color css
<style>
span { border-color: #958316; }
span { border-color: rgb(149,131,22); }
td.TdClassName
{
border-color: #958316;
}
.TagClassName
{
border-color: #958316;
}
</style>