Shades of Hacienda #957C0A
Tints of Hacienda #957C0A
RGB
CMYK
RGB Variations
Color information
#957C0A (or 0x957C0A) is known color: Hacienda. HEX triplet: 95, 7C and 0A. RGB value is (149,124,10). Sum of RGB (Red+Green+Blue) = 149+124+10=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C0A is #6A83F5. Grayscale: #767676. Windows color (decimal): -6980598 or 687253. OLE color: 687253.
HSL color Cylindrical-coordinate representation of color #957C0A: hue angle of 49.21º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #957C0A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 10 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.42 |
| HSL | 49.21º | 0.87% | 0.31% | - |
| HSV(B) | 49.21º | 0.93% | 0.58% | - |
| XYZ | 19.66 | 20.83 | 3.27 | - |
| YUV | 118.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 10 | 0 | 0.17 | 0.93 | 0.42 | 49.21 | 0.87 | 0.31 |
| Hex | 95 | 7C | A | 0 | 11 | 5D | 2A | 31 | 57 | 1F |
| Octal | 225 | 174 | 12 | 0 | 21 | 135 | 52 | 61 | 127 | 37 |
| Binary | 10010101 | 1111100 | 1010 | 0 | 10001 | 1011101 | 101010 | 110001 | 1010111 | 11111 |
Color Harmonies of #957C0A
Complementary color
Monochromatic Colors of #957C0A
Black with #957C0A
Text Example
Text Example
White with #957C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C0A; }
p { color: rgb(149,124,10); }
H1.HeaderClassName
{
color: #957C0A;
}
.AnyTagClassName
{
color: #957C0A;
}
</style>
background-color css
<style>
a { background-color: #957C0A; }
a { background-color: rgb(149,124,10); }
div.DivClassName
{
background-color: #957C0A;
}
.BgClassName
{
background-color: #957C0A;
}
</style>
border-color css
<style>
span { border-color: #957C0A; }
span { border-color: rgb(149,124,10); }
td.TdClassName
{
border-color: #957C0A;
}
.TagClassName
{
border-color: #957C0A;
}
</style>