Shades of Hacienda #95731A
Tints of Hacienda #95731A
RGB
CMYK
RGB Variations
Color information
#95731A (or 0x95731A) is known color: Hacienda. HEX triplet: 95, 73 and 1A. RGB value is (149,115,26). Sum of RGB (Red+Green+Blue) = 149+115+26=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95731A is #6A8CE5. Grayscale: #737373. Windows color (decimal): -6982886 or 1733525. OLE color: 1733525.
HSL color Cylindrical-coordinate representation of color #95731A: hue angle of 43.41º 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 #95731A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 26 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.42 |
| HSL | 43.41º | 0.7% | 0.34% | - |
| HSV(B) | 43.41º | 0.83% | 0.58% | - |
| XYZ | 18.71 | 18.73 | 3.61 | - |
| YUV | 115.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 26 | 0 | 0.23 | 0.83 | 0.42 | 43.41 | 0.7 | 0.34 |
| Hex | 95 | 73 | 1A | 0 | 17 | 53 | 2A | 2B | 46 | 22 |
| Octal | 225 | 163 | 32 | 0 | 27 | 123 | 52 | 53 | 106 | 42 |
| Binary | 10010101 | 1110011 | 11010 | 0 | 10111 | 1010011 | 101010 | 101011 | 1000110 | 100010 |
Color Harmonies of #95731A
Complementary color
Monochromatic Colors of #95731A
Black with #95731A
Text Example
Text Example
White with #95731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95731A; }
p { color: rgb(149,115,26); }
H1.HeaderClassName
{
color: #95731A;
}
.AnyTagClassName
{
color: #95731A;
}
</style>
background-color css
<style>
a { background-color: #95731A; }
a { background-color: rgb(149,115,26); }
div.DivClassName
{
background-color: #95731A;
}
.BgClassName
{
background-color: #95731A;
}
</style>
border-color css
<style>
span { border-color: #95731A; }
span { border-color: rgb(149,115,26); }
td.TdClassName
{
border-color: #95731A;
}
.TagClassName
{
border-color: #95731A;
}
</style>