Shades of Hacienda #95761D
Tints of Hacienda #95761D
RGB
CMYK
RGB Variations
Color information
#95761D (or 0x95761D) is known color: Hacienda. HEX triplet: 95, 76 and 1D. RGB value is (149,118,29). Sum of RGB (Red+Green+Blue) = 149+118+29=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95761D is #6A89E2. Grayscale: #757575. Windows color (decimal): -6982115 or 1930901. OLE color: 1930901.
HSL color Cylindrical-coordinate representation of color #95761D: hue angle of 44.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95761D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 29 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.42 |
| HSL | 44.5º | 0.67% | 0.35% | - |
| HSV(B) | 44.5º | 0.81% | 0.58% | - |
| XYZ | 19.09 | 19.44 | 3.91 | - |
| YUV | 117.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 29 | 0 | 0.21 | 0.81 | 0.42 | 44.5 | 0.67 | 0.35 |
| Hex | 95 | 76 | 1D | 0 | 15 | 51 | 2A | 2C | 43 | 23 |
| Octal | 225 | 166 | 35 | 0 | 25 | 121 | 52 | 54 | 103 | 43 |
| Binary | 10010101 | 1110110 | 11101 | 0 | 10101 | 1010001 | 101010 | 101100 | 1000011 | 100011 |
Color Harmonies of #95761D
Complementary color
Monochromatic Colors of #95761D
Black with #95761D
Text Example
Text Example
White with #95761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95761D; }
p { color: rgb(149,118,29); }
H1.HeaderClassName
{
color: #95761D;
}
.AnyTagClassName
{
color: #95761D;
}
</style>
background-color css
<style>
a { background-color: #95761D; }
a { background-color: rgb(149,118,29); }
div.DivClassName
{
background-color: #95761D;
}
.BgClassName
{
background-color: #95761D;
}
</style>
border-color css
<style>
span { border-color: #95761D; }
span { border-color: rgb(149,118,29); }
td.TdClassName
{
border-color: #95761D;
}
.TagClassName
{
border-color: #95761D;
}
</style>