Shades of Hacienda #957C1E
Tints of Hacienda #957C1E
RGB
CMYK
RGB Variations
Color information
#957C1E (or 0x957C1E) is known color: Hacienda. HEX triplet: 95, 7C and 1E. RGB value is (149,124,30). Sum of RGB (Red+Green+Blue) = 149+124+30=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C1E is #6A83E1. Grayscale: #797979. Windows color (decimal): -6980578 or 1997973. OLE color: 1997973.
HSL color Cylindrical-coordinate representation of color #957C1E: hue angle of 47.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #957C1E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 30 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.42 |
| HSL | 47.39º | 0.66% | 0.35% | - |
| HSV(B) | 47.39º | 0.8% | 0.58% | - |
| XYZ | 19.84 | 20.9 | 4.22 | - |
| YUV | 120.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 30 | 0 | 0.17 | 0.80 | 0.42 | 47.39 | 0.66 | 0.35 |
| Hex | 95 | 7C | 1E | 0 | 11 | 50 | 2A | 2F | 42 | 23 |
| Octal | 225 | 174 | 36 | 0 | 21 | 120 | 52 | 57 | 102 | 43 |
| Binary | 10010101 | 1111100 | 11110 | 0 | 10001 | 1010000 | 101010 | 101111 | 1000010 | 100011 |
Color Harmonies of #957C1E
Complementary color
Monochromatic Colors of #957C1E
Black with #957C1E
Text Example
Text Example
White with #957C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C1E; }
p { color: rgb(149,124,30); }
H1.HeaderClassName
{
color: #957C1E;
}
.AnyTagClassName
{
color: #957C1E;
}
</style>
background-color css
<style>
a { background-color: #957C1E; }
a { background-color: rgb(149,124,30); }
div.DivClassName
{
background-color: #957C1E;
}
.BgClassName
{
background-color: #957C1E;
}
</style>
border-color css
<style>
span { border-color: #957C1E; }
span { border-color: rgb(149,124,30); }
td.TdClassName
{
border-color: #957C1E;
}
.TagClassName
{
border-color: #957C1E;
}
</style>