Shades of Hacienda #957D0F
Tints of Hacienda #957D0F
RGB
CMYK
RGB Variations
Color information
#957D0F (or 0x957D0F) is known color: Hacienda. HEX triplet: 95, 7D and 0F. RGB value is (149,125,15). Sum of RGB (Red+Green+Blue) = 149+125+15=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D0F is #6A82F0. Grayscale: #787878. Windows color (decimal): -6980337 or 1015189. OLE color: 1015189.
HSL color Cylindrical-coordinate representation of color #957D0F: hue angle of 49.25º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #957D0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.42 |
| HSL | 49.25º | 0.82% | 0.32% | - |
| HSV(B) | 49.25º | 0.9% | 0.58% | - |
| XYZ | 19.81 | 21.09 | 3.48 | - |
| YUV | 119.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 15 | 0 | 0.16 | 0.90 | 0.42 | 49.25 | 0.82 | 0.32 |
| Hex | 95 | 7D | F | 0 | 10 | 5A | 2A | 31 | 52 | 20 |
| Octal | 225 | 175 | 17 | 0 | 20 | 132 | 52 | 61 | 122 | 40 |
| Binary | 10010101 | 1111101 | 1111 | 0 | 10000 | 1011010 | 101010 | 110001 | 1010010 | 100000 |
Color Harmonies of #957D0F
Complementary color
Monochromatic Colors of #957D0F
Black with #957D0F
Text Example
Text Example
White with #957D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D0F; }
p { color: rgb(149,125,15); }
H1.HeaderClassName
{
color: #957D0F;
}
.AnyTagClassName
{
color: #957D0F;
}
</style>
background-color css
<style>
a { background-color: #957D0F; }
a { background-color: rgb(149,125,15); }
div.DivClassName
{
background-color: #957D0F;
}
.BgClassName
{
background-color: #957D0F;
}
</style>
border-color css
<style>
span { border-color: #957D0F; }
span { border-color: rgb(149,125,15); }
td.TdClassName
{
border-color: #957D0F;
}
.TagClassName
{
border-color: #957D0F;
}
</style>