Shades of Hacienda #957F0A
Tints of Hacienda #957F0A
RGB
CMYK
RGB Variations
Color information
#957F0A (or 0x957F0A) is known color: Hacienda. HEX triplet: 95, 7F and 0A. RGB value is (149,127,10). Sum of RGB (Red+Green+Blue) = 149+127+10=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F0A is #6A80F5. Grayscale: #787878. Windows color (decimal): -6979830 or 688021. OLE color: 688021.
HSL color Cylindrical-coordinate representation of color #957F0A: hue angle of 50.5º 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 #957F0A is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 10 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.42 |
| HSL | 50.5º | 0.87% | 0.31% | - |
| HSV(B) | 50.5º | 0.93% | 0.58% | - |
| XYZ | 20.04 | 21.59 | 3.4 | - |
| YUV | 120.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 10 | 0 | 0.15 | 0.93 | 0.42 | 50.5 | 0.87 | 0.31 |
| Hex | 95 | 7F | A | 0 | F | 5D | 2A | 33 | 57 | 1F |
| Octal | 225 | 177 | 12 | 0 | 17 | 135 | 52 | 63 | 127 | 37 |
| Binary | 10010101 | 1111111 | 1010 | 0 | 1111 | 1011101 | 101010 | 110011 | 1010111 | 11111 |
Color Harmonies of #957F0A
Complementary color
Monochromatic Colors of #957F0A
Black with #957F0A
Text Example
Text Example
White with #957F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F0A; }
p { color: rgb(149,127,10); }
H1.HeaderClassName
{
color: #957F0A;
}
.AnyTagClassName
{
color: #957F0A;
}
</style>
background-color css
<style>
a { background-color: #957F0A; }
a { background-color: rgb(149,127,10); }
div.DivClassName
{
background-color: #957F0A;
}
.BgClassName
{
background-color: #957F0A;
}
</style>
border-color css
<style>
span { border-color: #957F0A; }
span { border-color: rgb(149,127,10); }
td.TdClassName
{
border-color: #957F0A;
}
.TagClassName
{
border-color: #957F0A;
}
</style>