Shades of Hacienda #95770F
Tints of Hacienda #95770F
RGB
CMYK
RGB Variations
Color information
#95770F (or 0x95770F) is known color: Hacienda. HEX triplet: 95, 77 and 0F. RGB value is (149,119,15). Sum of RGB (Red+Green+Blue) = 149+119+15=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95770F is #6A88F0. Grayscale: #747474. Windows color (decimal): -6981873 or 1013653. OLE color: 1013653.
HSL color Cylindrical-coordinate representation of color #95770F: hue angle of 46.57º 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 #95770F is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 15 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.42 |
| HSL | 46.57º | 0.82% | 0.32% | - |
| HSV(B) | 46.57º | 0.9% | 0.58% | - |
| XYZ | 19.08 | 19.62 | 3.23 | - |
| YUV | 116.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 15 | 0 | 0.20 | 0.90 | 0.42 | 46.57 | 0.82 | 0.32 |
| Hex | 95 | 77 | F | 0 | 14 | 5A | 2A | 2F | 52 | 20 |
| Octal | 225 | 167 | 17 | 0 | 24 | 132 | 52 | 57 | 122 | 40 |
| Binary | 10010101 | 1110111 | 1111 | 0 | 10100 | 1011010 | 101010 | 101111 | 1010010 | 100000 |
Color Harmonies of #95770F
Complementary color
Monochromatic Colors of #95770F
Black with #95770F
Text Example
Text Example
White with #95770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95770F; }
p { color: rgb(149,119,15); }
H1.HeaderClassName
{
color: #95770F;
}
.AnyTagClassName
{
color: #95770F;
}
</style>
background-color css
<style>
a { background-color: #95770F; }
a { background-color: rgb(149,119,15); }
div.DivClassName
{
background-color: #95770F;
}
.BgClassName
{
background-color: #95770F;
}
</style>
border-color css
<style>
span { border-color: #95770F; }
span { border-color: rgb(149,119,15); }
td.TdClassName
{
border-color: #95770F;
}
.TagClassName
{
border-color: #95770F;
}
</style>