Shades of Hacienda #95761B
Tints of Hacienda #95761B
RGB
CMYK
RGB Variations
Color information
#95761B (or 0x95761B) is known color: Hacienda. HEX triplet: 95, 76 and 1B. RGB value is (149,118,27). Sum of RGB (Red+Green+Blue) = 149+118+27=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95761B is #6A89E4. Grayscale: #757575. Windows color (decimal): -6982117 or 1799829. OLE color: 1799829.
HSL color Cylindrical-coordinate representation of color #95761B: hue angle of 44.75º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95761B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 27 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.42 |
| HSL | 44.75º | 0.69% | 0.35% | - |
| HSV(B) | 44.75º | 0.82% | 0.58% | - |
| XYZ | 19.07 | 19.43 | 3.78 | - |
| YUV | 116.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 27 | 0 | 0.21 | 0.82 | 0.42 | 44.75 | 0.69 | 0.35 |
| Hex | 95 | 76 | 1B | 0 | 15 | 52 | 2A | 2D | 45 | 23 |
| Octal | 225 | 166 | 33 | 0 | 25 | 122 | 52 | 55 | 105 | 43 |
| Binary | 10010101 | 1110110 | 11011 | 0 | 10101 | 1010010 | 101010 | 101101 | 1000101 | 100011 |
Color Harmonies of #95761B
Complementary color
Monochromatic Colors of #95761B
Black with #95761B
Text Example
Text Example
White with #95761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95761B; }
p { color: rgb(149,118,27); }
H1.HeaderClassName
{
color: #95761B;
}
.AnyTagClassName
{
color: #95761B;
}
</style>
background-color css
<style>
a { background-color: #95761B; }
a { background-color: rgb(149,118,27); }
div.DivClassName
{
background-color: #95761B;
}
.BgClassName
{
background-color: #95761B;
}
</style>
border-color css
<style>
span { border-color: #95761B; }
span { border-color: rgb(149,118,27); }
td.TdClassName
{
border-color: #95761B;
}
.TagClassName
{
border-color: #95761B;
}
</style>