Shades of Hacienda #9D8A1E
Tints of Hacienda #9D8A1E
RGB
CMYK
RGB Variations
Color information
#9D8A1E (or 0x9D8A1E) is known color: Hacienda. HEX triplet: 9D, 8A and 1E. RGB value is (157,138,30). Sum of RGB (Red+Green+Blue) = 157+138+30=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A1E is #6275E1. Grayscale: #838383. Windows color (decimal): -6452706 or 2001565. OLE color: 2001565.
HSL color Cylindrical-coordinate representation of color #9D8A1E: hue angle of 51.02º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D8A1E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 30 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.38 |
| HSL | 51.02º | 0.68% | 0.37% | - |
| HSV(B) | 51.02º | 0.81% | 0.62% | - |
| XYZ | 23.23 | 25.44 | 4.91 | - |
| YUV | 131.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 30 | 0 | 0.12 | 0.81 | 0.38 | 51.02 | 0.68 | 0.37 |
| Hex | 9D | 8A | 1E | 0 | C | 51 | 26 | 33 | 44 | 25 |
| Octal | 235 | 212 | 36 | 0 | 14 | 121 | 46 | 63 | 104 | 45 |
| Binary | 10011101 | 10001010 | 11110 | 0 | 1100 | 1010001 | 100110 | 110011 | 1000100 | 100101 |
Color Harmonies of #9D8A1E
Complementary color
Monochromatic Colors of #9D8A1E
Black with #9D8A1E
Text Example
Text Example
White with #9D8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A1E; }
p { color: rgb(157,138,30); }
H1.HeaderClassName
{
color: #9D8A1E;
}
.AnyTagClassName
{
color: #9D8A1E;
}
</style>
background-color css
<style>
a { background-color: #9D8A1E; }
a { background-color: rgb(157,138,30); }
div.DivClassName
{
background-color: #9D8A1E;
}
.BgClassName
{
background-color: #9D8A1E;
}
</style>
border-color css
<style>
span { border-color: #9D8A1E; }
span { border-color: rgb(157,138,30); }
td.TdClassName
{
border-color: #9D8A1E;
}
.TagClassName
{
border-color: #9D8A1E;
}
</style>