Shades of Hacienda #95741A
Tints of Hacienda #95741A
RGB
CMYK
RGB Variations
Color information
#95741A (or 0x95741A) is known color: Hacienda. HEX triplet: 95, 74 and 1A. RGB value is (149,116,26). Sum of RGB (Red+Green+Blue) = 149+116+26=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95741A is #6A8BE5. Grayscale: #737373. Windows color (decimal): -6982630 or 1733781. OLE color: 1733781.
HSL color Cylindrical-coordinate representation of color #95741A: hue angle of 43.9º degrees, saturation: 0.7, 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 #95741A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 26 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.42 |
| HSL | 43.9º | 0.7% | 0.34% | - |
| HSV(B) | 43.9º | 0.83% | 0.58% | - |
| XYZ | 18.83 | 18.95 | 3.64 | - |
| YUV | 115.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 26 | 0 | 0.22 | 0.83 | 0.42 | 43.9 | 0.7 | 0.34 |
| Hex | 95 | 74 | 1A | 0 | 16 | 53 | 2A | 2C | 46 | 22 |
| Octal | 225 | 164 | 32 | 0 | 26 | 123 | 52 | 54 | 106 | 42 |
| Binary | 10010101 | 1110100 | 11010 | 0 | 10110 | 1010011 | 101010 | 101100 | 1000110 | 100010 |
Color Harmonies of #95741A
Complementary color
Monochromatic Colors of #95741A
Black with #95741A
Text Example
Text Example
White with #95741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95741A; }
p { color: rgb(149,116,26); }
H1.HeaderClassName
{
color: #95741A;
}
.AnyTagClassName
{
color: #95741A;
}
</style>
background-color css
<style>
a { background-color: #95741A; }
a { background-color: rgb(149,116,26); }
div.DivClassName
{
background-color: #95741A;
}
.BgClassName
{
background-color: #95741A;
}
</style>
border-color css
<style>
span { border-color: #95741A; }
span { border-color: rgb(149,116,26); }
td.TdClassName
{
border-color: #95741A;
}
.TagClassName
{
border-color: #95741A;
}
</style>