Shades of Hacienda #95770E
Tints of Hacienda #95770E
RGB
CMYK
RGB Variations
Color information
#95770E (or 0x95770E) is known color: Hacienda. HEX triplet: 95, 77 and 0E. RGB value is (149,119,14). Sum of RGB (Red+Green+Blue) = 149+119+14=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95770E is #6A88F1. Grayscale: #747474. Windows color (decimal): -6981874 or 948117. OLE color: 948117.
HSL color Cylindrical-coordinate representation of color #95770E: hue angle of 46.67º 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 #95770E is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 14 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.42 |
| HSL | 46.67º | 0.83% | 0.32% | - |
| HSV(B) | 46.67º | 0.91% | 0.58% | - |
| XYZ | 19.07 | 19.61 | 3.2 | - |
| YUV | 116 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 14 | 0 | 0.20 | 0.91 | 0.42 | 46.67 | 0.83 | 0.32 |
| Hex | 95 | 77 | E | 0 | 14 | 5B | 2A | 2F | 53 | 20 |
| Octal | 225 | 167 | 16 | 0 | 24 | 133 | 52 | 57 | 123 | 40 |
| Binary | 10010101 | 1110111 | 1110 | 0 | 10100 | 1011011 | 101010 | 101111 | 1010011 | 100000 |
Color Harmonies of #95770E
Complementary color
Monochromatic Colors of #95770E
Black with #95770E
Text Example
Text Example
White with #95770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95770E; }
p { color: rgb(149,119,14); }
H1.HeaderClassName
{
color: #95770E;
}
.AnyTagClassName
{
color: #95770E;
}
</style>
background-color css
<style>
a { background-color: #95770E; }
a { background-color: rgb(149,119,14); }
div.DivClassName
{
background-color: #95770E;
}
.BgClassName
{
background-color: #95770E;
}
</style>
border-color css
<style>
span { border-color: #95770E; }
span { border-color: rgb(149,119,14); }
td.TdClassName
{
border-color: #95770E;
}
.TagClassName
{
border-color: #95770E;
}
</style>