Shades of Hacienda #9D751C
Tints of Hacienda #9D751C
RGB
CMYK
RGB Variations
Color information
#9D751C (or 0x9D751C) is known color: Hacienda. HEX triplet: 9D, 75 and 1C. RGB value is (157,117,28). Sum of RGB (Red+Green+Blue) = 157+117+28=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D751C is #628AE3. Grayscale: #777777. Windows color (decimal): -6458084 or 1865117. OLE color: 1865117.
HSL color Cylindrical-coordinate representation of color #9D751C: hue angle of 41.4º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D751C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 28 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.38 |
| HSL | 41.4º | 0.7% | 0.36% | - |
| HSV(B) | 41.4º | 0.82% | 0.62% | - |
| XYZ | 20.48 | 19.97 | 3.87 | - |
| YUV | 118.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 28 | 0 | 0.25 | 0.82 | 0.38 | 41.4 | 0.7 | 0.36 |
| Hex | 9D | 75 | 1C | 0 | 19 | 52 | 26 | 29 | 46 | 24 |
| Octal | 235 | 165 | 34 | 0 | 31 | 122 | 46 | 51 | 106 | 44 |
| Binary | 10011101 | 1110101 | 11100 | 0 | 11001 | 1010010 | 100110 | 101001 | 1000110 | 100100 |
Color Harmonies of #9D751C
Complementary color
Monochromatic Colors of #9D751C
Black with #9D751C
Text Example
Text Example
White with #9D751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D751C; }
p { color: rgb(157,117,28); }
H1.HeaderClassName
{
color: #9D751C;
}
.AnyTagClassName
{
color: #9D751C;
}
</style>
background-color css
<style>
a { background-color: #9D751C; }
a { background-color: rgb(157,117,28); }
div.DivClassName
{
background-color: #9D751C;
}
.BgClassName
{
background-color: #9D751C;
}
</style>
border-color css
<style>
span { border-color: #9D751C; }
span { border-color: rgb(157,117,28); }
td.TdClassName
{
border-color: #9D751C;
}
.TagClassName
{
border-color: #9D751C;
}
</style>