Shades of Hacienda #9D7E30
Tints of Hacienda #9D7E30
RGB
CMYK
RGB Variations
Color information
#9D7E30 (or 0x9D7E30) is known color: Hacienda. HEX triplet: 9D, 7E and 30. RGB value is (157,126,48). Sum of RGB (Red+Green+Blue) = 157+126+48=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7E30 is #6281CF. Grayscale: #7E7E7E. Windows color (decimal): -6455760 or 3178141. OLE color: 3178141.
HSL color Cylindrical-coordinate representation of color #9D7E30: hue angle of 42.94º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D7E30 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 48 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.38 |
| HSL | 42.94º | 0.53% | 0.4% | - |
| HSV(B) | 42.94º | 0.69% | 0.62% | - |
| XYZ | 21.9 | 22.3 | 5.95 | - |
| YUV | 126.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 48 | 0 | 0.20 | 0.69 | 0.38 | 42.94 | 0.53 | 0.4 |
| Hex | 9D | 7E | 30 | 0 | 14 | 45 | 26 | 2B | 35 | 28 |
| Octal | 235 | 176 | 60 | 0 | 24 | 105 | 46 | 53 | 65 | 50 |
| Binary | 10011101 | 1111110 | 110000 | 0 | 10100 | 1000101 | 100110 | 101011 | 110101 | 101000 |
Color Harmonies of #9D7E30
Complementary color
Monochromatic Colors of #9D7E30
Black with #9D7E30
Text Example
Text Example
White with #9D7E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E30; }
p { color: rgb(157,126,48); }
H1.HeaderClassName
{
color: #9D7E30;
}
.AnyTagClassName
{
color: #9D7E30;
}
</style>
background-color css
<style>
a { background-color: #9D7E30; }
a { background-color: rgb(157,126,48); }
div.DivClassName
{
background-color: #9D7E30;
}
.BgClassName
{
background-color: #9D7E30;
}
</style>
border-color css
<style>
span { border-color: #9D7E30; }
span { border-color: rgb(157,126,48); }
td.TdClassName
{
border-color: #9D7E30;
}
.TagClassName
{
border-color: #9D7E30;
}
</style>