Shades of Hacienda #95791D
Tints of Hacienda #95791D
RGB
CMYK
RGB Variations
Color information
#95791D (or 0x95791D) is known color: Hacienda. HEX triplet: 95, 79 and 1D. RGB value is (149,121,29). Sum of RGB (Red+Green+Blue) = 149+121+29=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95791D is #6A86E2. Grayscale: #777777. Windows color (decimal): -6981347 or 1931669. OLE color: 1931669.
HSL color Cylindrical-coordinate representation of color #95791D: hue angle of 46º 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 #95791D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 29 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.42 |
| HSL | 46º | 0.67% | 0.35% | - |
| HSV(B) | 46º | 0.81% | 0.58% | - |
| XYZ | 19.45 | 20.15 | 4.03 | - |
| YUV | 118.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 29 | 0 | 0.19 | 0.81 | 0.42 | 46 | 0.67 | 0.35 |
| Hex | 95 | 79 | 1D | 0 | 13 | 51 | 2A | 2E | 43 | 23 |
| Octal | 225 | 171 | 35 | 0 | 23 | 121 | 52 | 56 | 103 | 43 |
| Binary | 10010101 | 1111001 | 11101 | 0 | 10011 | 1010001 | 101010 | 101110 | 1000011 | 100011 |
Color Harmonies of #95791D
Complementary color
Monochromatic Colors of #95791D
Black with #95791D
Text Example
Text Example
White with #95791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95791D; }
p { color: rgb(149,121,29); }
H1.HeaderClassName
{
color: #95791D;
}
.AnyTagClassName
{
color: #95791D;
}
</style>
background-color css
<style>
a { background-color: #95791D; }
a { background-color: rgb(149,121,29); }
div.DivClassName
{
background-color: #95791D;
}
.BgClassName
{
background-color: #95791D;
}
</style>
border-color css
<style>
span { border-color: #95791D; }
span { border-color: rgb(149,121,29); }
td.TdClassName
{
border-color: #95791D;
}
.TagClassName
{
border-color: #95791D;
}
</style>