Shades of Hacienda #958412
Tints of Hacienda #958412
RGB
CMYK
RGB Variations
Color information
#958412 (or 0x958412) is known color: Hacienda. HEX triplet: 95, 84 and 12. RGB value is (149,132,18). Sum of RGB (Red+Green+Blue) = 149+132+18=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958412 is #6A7BED. Grayscale: #7C7C7C. Windows color (decimal): -6978542 or 1213589. OLE color: 1213589.
HSL color Cylindrical-coordinate representation of color #958412: hue angle of 52.21º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #958412 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 18 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.42 |
| HSL | 52.21º | 0.78% | 0.33% | - |
| HSV(B) | 52.21º | 0.88% | 0.58% | - |
| XYZ | 20.75 | 22.94 | 3.91 | - |
| YUV | 124.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 18 | 0 | 0.11 | 0.88 | 0.42 | 52.21 | 0.78 | 0.33 |
| Hex | 95 | 84 | 12 | 0 | B | 58 | 2A | 34 | 4E | 21 |
| Octal | 225 | 204 | 22 | 0 | 13 | 130 | 52 | 64 | 116 | 41 |
| Binary | 10010101 | 10000100 | 10010 | 0 | 1011 | 1011000 | 101010 | 110100 | 1001110 | 100001 |
Color Harmonies of #958412
Complementary color
Monochromatic Colors of #958412
Black with #958412
Text Example
Text Example
White with #958412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958412; }
p { color: rgb(149,132,18); }
H1.HeaderClassName
{
color: #958412;
}
.AnyTagClassName
{
color: #958412;
}
</style>
background-color css
<style>
a { background-color: #958412; }
a { background-color: rgb(149,132,18); }
div.DivClassName
{
background-color: #958412;
}
.BgClassName
{
background-color: #958412;
}
</style>
border-color css
<style>
span { border-color: #958412; }
span { border-color: rgb(149,132,18); }
td.TdClassName
{
border-color: #958412;
}
.TagClassName
{
border-color: #958412;
}
</style>