Shades of Hacienda #957D14
Tints of Hacienda #957D14
RGB
CMYK
RGB Variations
Color information
#957D14 (or 0x957D14) is known color: Hacienda. HEX triplet: 95, 7D and 14. RGB value is (149,125,20). Sum of RGB (Red+Green+Blue) = 149+125+20=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #957D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D14 is #6A82EB. Grayscale: #787878. Windows color (decimal): -6980332 or 1342869. OLE color: 1342869.
HSL color Cylindrical-coordinate representation of color #957D14: hue angle of 48.84º 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 #957D14 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 20 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.42 |
| HSL | 48.84º | 0.76% | 0.33% | - |
| HSV(B) | 48.84º | 0.87% | 0.58% | - |
| XYZ | 19.85 | 21.11 | 3.69 | - |
| YUV | 120.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 20 | 0 | 0.16 | 0.87 | 0.42 | 48.84 | 0.76 | 0.33 |
| Hex | 95 | 7D | 14 | 0 | 10 | 57 | 2A | 31 | 4C | 21 |
| Octal | 225 | 175 | 24 | 0 | 20 | 127 | 52 | 61 | 114 | 41 |
| Binary | 10010101 | 1111101 | 10100 | 0 | 10000 | 1010111 | 101010 | 110001 | 1001100 | 100001 |
Color Harmonies of #957D14
Complementary color
Monochromatic Colors of #957D14
Black with #957D14
Text Example
Text Example
White with #957D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D14; }
p { color: rgb(149,125,20); }
H1.HeaderClassName
{
color: #957D14;
}
.AnyTagClassName
{
color: #957D14;
}
</style>
background-color css
<style>
a { background-color: #957D14; }
a { background-color: rgb(149,125,20); }
div.DivClassName
{
background-color: #957D14;
}
.BgClassName
{
background-color: #957D14;
}
</style>
border-color css
<style>
span { border-color: #957D14; }
span { border-color: rgb(149,125,20); }
td.TdClassName
{
border-color: #957D14;
}
.TagClassName
{
border-color: #957D14;
}
</style>