Shades of Hacienda #957A26
Tints of Hacienda #957A26
RGB
CMYK
RGB Variations
Color information
#957A26 (or 0x957A26) is known color: Hacienda. HEX triplet: 95, 7A and 26. RGB value is (149,122,38). Sum of RGB (Red+Green+Blue) = 149+122+38=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #957A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A26 is #6A85D9. Grayscale: #787878. Windows color (decimal): -6981082 or 2521749. OLE color: 2521749.
HSL color Cylindrical-coordinate representation of color #957A26: hue angle of 45.41º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #957A26 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 38 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.42 |
| HSL | 45.41º | 0.59% | 0.37% | - |
| HSV(B) | 45.41º | 0.74% | 0.58% | - |
| XYZ | 19.7 | 20.45 | 4.74 | - |
| YUV | 120.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 38 | 0 | 0.18 | 0.74 | 0.42 | 45.41 | 0.59 | 0.37 |
| Hex | 95 | 7A | 26 | 0 | 12 | 4A | 2A | 2D | 3B | 25 |
| Octal | 225 | 172 | 46 | 0 | 22 | 112 | 52 | 55 | 73 | 45 |
| Binary | 10010101 | 1111010 | 100110 | 0 | 10010 | 1001010 | 101010 | 101101 | 111011 | 100101 |
Color Harmonies of #957A26
Complementary color
Monochromatic Colors of #957A26
Black with #957A26
Text Example
Text Example
White with #957A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A26; }
p { color: rgb(149,122,38); }
H1.HeaderClassName
{
color: #957A26;
}
.AnyTagClassName
{
color: #957A26;
}
</style>
background-color css
<style>
a { background-color: #957A26; }
a { background-color: rgb(149,122,38); }
div.DivClassName
{
background-color: #957A26;
}
.BgClassName
{
background-color: #957A26;
}
</style>
border-color css
<style>
span { border-color: #957A26; }
span { border-color: rgb(149,122,38); }
td.TdClassName
{
border-color: #957A26;
}
.TagClassName
{
border-color: #957A26;
}
</style>