Shades of Hacienda #957C0E
Tints of Hacienda #957C0E
RGB
CMYK
RGB Variations
Color information
#957C0E (or 0x957C0E) is known color: Hacienda. HEX triplet: 95, 7C and 0E. RGB value is (149,124,14). Sum of RGB (Red+Green+Blue) = 149+124+14=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #957C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C0E is #6A83F1. Grayscale: #777777. Windows color (decimal): -6980594 or 949397. OLE color: 949397.
HSL color Cylindrical-coordinate representation of color #957C0E: hue angle of 48.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #957C0E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 14 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.42 |
| HSL | 48.89º | 0.83% | 0.32% | - |
| HSV(B) | 48.89º | 0.91% | 0.58% | - |
| XYZ | 19.68 | 20.84 | 3.4 | - |
| YUV | 118.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 14 | 0 | 0.17 | 0.91 | 0.42 | 48.89 | 0.83 | 0.32 |
| Hex | 95 | 7C | E | 0 | 11 | 5B | 2A | 31 | 53 | 20 |
| Octal | 225 | 174 | 16 | 0 | 21 | 133 | 52 | 61 | 123 | 40 |
| Binary | 10010101 | 1111100 | 1110 | 0 | 10001 | 1011011 | 101010 | 110001 | 1010011 | 100000 |
Color Harmonies of #957C0E
Complementary color
Monochromatic Colors of #957C0E
Black with #957C0E
Text Example
Text Example
White with #957C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C0E; }
p { color: rgb(149,124,14); }
H1.HeaderClassName
{
color: #957C0E;
}
.AnyTagClassName
{
color: #957C0E;
}
</style>
background-color css
<style>
a { background-color: #957C0E; }
a { background-color: rgb(149,124,14); }
div.DivClassName
{
background-color: #957C0E;
}
.BgClassName
{
background-color: #957C0E;
}
</style>
border-color css
<style>
span { border-color: #957C0E; }
span { border-color: rgb(149,124,14); }
td.TdClassName
{
border-color: #957C0E;
}
.TagClassName
{
border-color: #957C0E;
}
</style>