Shades of Hacienda #95781D
Tints of Hacienda #95781D
RGB
CMYK
RGB Variations
Color information
#95781D (or 0x95781D) is known color: Hacienda. HEX triplet: 95, 78 and 1D. RGB value is (149,120,29). Sum of RGB (Red+Green+Blue) = 149+120+29=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95781D is #6A87E2. Grayscale: #767676. Windows color (decimal): -6981603 or 1931413. OLE color: 1931413.
HSL color Cylindrical-coordinate representation of color #95781D: hue angle of 45.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 #95781D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 29 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.42 |
| HSL | 45.5º | 0.67% | 0.35% | - |
| HSV(B) | 45.5º | 0.81% | 0.58% | - |
| XYZ | 19.33 | 19.91 | 3.99 | - |
| YUV | 118.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 29 | 0 | 0.19 | 0.81 | 0.42 | 45.5 | 0.67 | 0.35 |
| Hex | 95 | 78 | 1D | 0 | 13 | 51 | 2A | 2E | 43 | 23 |
| Octal | 225 | 170 | 35 | 0 | 23 | 121 | 52 | 56 | 103 | 43 |
| Binary | 10010101 | 1111000 | 11101 | 0 | 10011 | 1010001 | 101010 | 101110 | 1000011 | 100011 |
Color Harmonies of #95781D
Complementary color
Monochromatic Colors of #95781D
Black with #95781D
Text Example
Text Example
White with #95781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95781D; }
p { color: rgb(149,120,29); }
H1.HeaderClassName
{
color: #95781D;
}
.AnyTagClassName
{
color: #95781D;
}
</style>
background-color css
<style>
a { background-color: #95781D; }
a { background-color: rgb(149,120,29); }
div.DivClassName
{
background-color: #95781D;
}
.BgClassName
{
background-color: #95781D;
}
</style>
border-color css
<style>
span { border-color: #95781D; }
span { border-color: rgb(149,120,29); }
td.TdClassName
{
border-color: #95781D;
}
.TagClassName
{
border-color: #95781D;
}
</style>