Shades of Hacienda #957D12
Tints of Hacienda #957D12
RGB
CMYK
RGB Variations
Color information
#957D12 (or 0x957D12) is known color: Hacienda. HEX triplet: 95, 7D and 12. RGB value is (149,125,18). Sum of RGB (Red+Green+Blue) = 149+125+18=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #957D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D12 is #6A82ED. Grayscale: #787878. Windows color (decimal): -6980334 or 1211797. OLE color: 1211797.
HSL color Cylindrical-coordinate representation of color #957D12: hue angle of 49.01º 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 #957D12 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 18 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.42 |
| HSL | 49.01º | 0.78% | 0.33% | - |
| HSV(B) | 49.01º | 0.88% | 0.58% | - |
| XYZ | 19.84 | 21.1 | 3.6 | - |
| YUV | 119.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 18 | 0 | 0.16 | 0.88 | 0.42 | 49.01 | 0.78 | 0.33 |
| Hex | 95 | 7D | 12 | 0 | 10 | 58 | 2A | 31 | 4E | 21 |
| Octal | 225 | 175 | 22 | 0 | 20 | 130 | 52 | 61 | 116 | 41 |
| Binary | 10010101 | 1111101 | 10010 | 0 | 10000 | 1011000 | 101010 | 110001 | 1001110 | 100001 |
Color Harmonies of #957D12
Complementary color
Monochromatic Colors of #957D12
Black with #957D12
Text Example
Text Example
White with #957D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D12; }
p { color: rgb(149,125,18); }
H1.HeaderClassName
{
color: #957D12;
}
.AnyTagClassName
{
color: #957D12;
}
</style>
background-color css
<style>
a { background-color: #957D12; }
a { background-color: rgb(149,125,18); }
div.DivClassName
{
background-color: #957D12;
}
.BgClassName
{
background-color: #957D12;
}
</style>
border-color css
<style>
span { border-color: #957D12; }
span { border-color: rgb(149,125,18); }
td.TdClassName
{
border-color: #957D12;
}
.TagClassName
{
border-color: #957D12;
}
</style>