Shades of Hacienda #958219
Tints of Hacienda #958219
RGB
CMYK
RGB Variations
Color information
#958219 (or 0x958219) is known color: Hacienda. HEX triplet: 95, 82 and 19. RGB value is (149,130,25). Sum of RGB (Red+Green+Blue) = 149+130+25=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958219 is #6A7DE6. Grayscale: #7C7C7C. Windows color (decimal): -6979047 or 1671829. OLE color: 1671829.
HSL color Cylindrical-coordinate representation of color #958219: hue angle of 50.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #958219 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 25 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.42 |
| HSL | 50.81º | 0.71% | 0.34% | - |
| HSV(B) | 50.81º | 0.83% | 0.58% | - |
| XYZ | 20.55 | 22.43 | 4.16 | - |
| YUV | 123.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 25 | 0 | 0.13 | 0.83 | 0.42 | 50.81 | 0.71 | 0.34 |
| Hex | 95 | 82 | 19 | 0 | D | 53 | 2A | 33 | 47 | 22 |
| Octal | 225 | 202 | 31 | 0 | 15 | 123 | 52 | 63 | 107 | 42 |
| Binary | 10010101 | 10000010 | 11001 | 0 | 1101 | 1010011 | 101010 | 110011 | 1000111 | 100010 |
Color Harmonies of #958219
Complementary color
Monochromatic Colors of #958219
Black with #958219
Text Example
Text Example
White with #958219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958219; }
p { color: rgb(149,130,25); }
H1.HeaderClassName
{
color: #958219;
}
.AnyTagClassName
{
color: #958219;
}
</style>
background-color css
<style>
a { background-color: #958219; }
a { background-color: rgb(149,130,25); }
div.DivClassName
{
background-color: #958219;
}
.BgClassName
{
background-color: #958219;
}
</style>
border-color css
<style>
span { border-color: #958219; }
span { border-color: rgb(149,130,25); }
td.TdClassName
{
border-color: #958219;
}
.TagClassName
{
border-color: #958219;
}
</style>