Shades of Hacienda #9D7C1A
Tints of Hacienda #9D7C1A
RGB
CMYK
RGB Variations
Color information
#9D7C1A (or 0x9D7C1A) is known color: Hacienda. HEX triplet: 9D, 7C and 1A. RGB value is (157,124,26). Sum of RGB (Red+Green+Blue) = 157+124+26=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C1A is #6283E5. Grayscale: #7B7B7B. Windows color (decimal): -6456294 or 1735837. OLE color: 1735837.
HSL color Cylindrical-coordinate representation of color #9D7C1A: hue angle of 44.89º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D7C1A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 26 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.38 |
| HSL | 44.89º | 0.72% | 0.36% | - |
| HSV(B) | 44.89º | 0.83% | 0.62% | - |
| XYZ | 21.3 | 21.66 | 4.04 | - |
| YUV | 122.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 26 | 0 | 0.21 | 0.83 | 0.38 | 44.89 | 0.72 | 0.36 |
| Hex | 9D | 7C | 1A | 0 | 15 | 53 | 26 | 2D | 48 | 24 |
| Octal | 235 | 174 | 32 | 0 | 25 | 123 | 46 | 55 | 110 | 44 |
| Binary | 10011101 | 1111100 | 11010 | 0 | 10101 | 1010011 | 100110 | 101101 | 1001000 | 100100 |
Color Harmonies of #9D7C1A
Complementary color
Monochromatic Colors of #9D7C1A
Black with #9D7C1A
Text Example
Text Example
White with #9D7C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C1A; }
p { color: rgb(157,124,26); }
H1.HeaderClassName
{
color: #9D7C1A;
}
.AnyTagClassName
{
color: #9D7C1A;
}
</style>
background-color css
<style>
a { background-color: #9D7C1A; }
a { background-color: rgb(157,124,26); }
div.DivClassName
{
background-color: #9D7C1A;
}
.BgClassName
{
background-color: #9D7C1A;
}
</style>
border-color css
<style>
span { border-color: #9D7C1A; }
span { border-color: rgb(157,124,26); }
td.TdClassName
{
border-color: #9D7C1A;
}
.TagClassName
{
border-color: #9D7C1A;
}
</style>