Shades of Hacienda #9D7F28
Tints of Hacienda #9D7F28
RGB
CMYK
RGB Variations
Color information
#9D7F28 (or 0x9D7F28) is known color: Hacienda. HEX triplet: 9D, 7F and 28. RGB value is (157,127,40). Sum of RGB (Red+Green+Blue) = 157+127+40=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F28 is #6280D7. Grayscale: #7E7E7E. Windows color (decimal): -6455512 or 2654109. OLE color: 2654109.
HSL color Cylindrical-coordinate representation of color #9D7F28: hue angle of 44.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D7F28 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 40 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.38 |
| HSL | 44.62º | 0.59% | 0.39% | - |
| HSV(B) | 44.62º | 0.75% | 0.62% | - |
| XYZ | 21.88 | 22.5 | 5.2 | - |
| YUV | 126.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 40 | 0 | 0.19 | 0.75 | 0.38 | 44.62 | 0.59 | 0.39 |
| Hex | 9D | 7F | 28 | 0 | 13 | 4B | 26 | 2D | 3B | 27 |
| Octal | 235 | 177 | 50 | 0 | 23 | 113 | 46 | 55 | 73 | 47 |
| Binary | 10011101 | 1111111 | 101000 | 0 | 10011 | 1001011 | 100110 | 101101 | 111011 | 100111 |
Color Harmonies of #9D7F28
Complementary color
Monochromatic Colors of #9D7F28
Black with #9D7F28
Text Example
Text Example
White with #9D7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F28; }
p { color: rgb(157,127,40); }
H1.HeaderClassName
{
color: #9D7F28;
}
.AnyTagClassName
{
color: #9D7F28;
}
</style>
background-color css
<style>
a { background-color: #9D7F28; }
a { background-color: rgb(157,127,40); }
div.DivClassName
{
background-color: #9D7F28;
}
.BgClassName
{
background-color: #9D7F28;
}
</style>
border-color css
<style>
span { border-color: #9D7F28; }
span { border-color: rgb(157,127,40); }
td.TdClassName
{
border-color: #9D7F28;
}
.TagClassName
{
border-color: #9D7F28;
}
</style>