Shades of Hacienda #9D751D
Tints of Hacienda #9D751D
RGB
CMYK
RGB Variations
Color information
#9D751D (or 0x9D751D) is known color: Hacienda. HEX triplet: 9D, 75 and 1D. RGB value is (157,117,29). Sum of RGB (Red+Green+Blue) = 157+117+29=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D751D is #628AE2. Grayscale: #777777. Windows color (decimal): -6458083 or 1930653. OLE color: 1930653.
HSL color Cylindrical-coordinate representation of color #9D751D: hue angle of 41.25º degrees, saturation: 0.69, 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 #9D751D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 29 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.38 |
| HSL | 41.25º | 0.69% | 0.36% | - |
| HSV(B) | 41.25º | 0.82% | 0.62% | - |
| XYZ | 20.49 | 19.98 | 3.94 | - |
| YUV | 118.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 29 | 0 | 0.25 | 0.82 | 0.38 | 41.25 | 0.69 | 0.36 |
| Hex | 9D | 75 | 1D | 0 | 19 | 52 | 26 | 29 | 45 | 24 |
| Octal | 235 | 165 | 35 | 0 | 31 | 122 | 46 | 51 | 105 | 44 |
| Binary | 10011101 | 1110101 | 11101 | 0 | 11001 | 1010010 | 100110 | 101001 | 1000101 | 100100 |
Color Harmonies of #9D751D
Complementary color
Monochromatic Colors of #9D751D
Black with #9D751D
Text Example
Text Example
White with #9D751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D751D; }
p { color: rgb(157,117,29); }
H1.HeaderClassName
{
color: #9D751D;
}
.AnyTagClassName
{
color: #9D751D;
}
</style>
background-color css
<style>
a { background-color: #9D751D; }
a { background-color: rgb(157,117,29); }
div.DivClassName
{
background-color: #9D751D;
}
.BgClassName
{
background-color: #9D751D;
}
</style>
border-color css
<style>
span { border-color: #9D751D; }
span { border-color: rgb(157,117,29); }
td.TdClassName
{
border-color: #9D751D;
}
.TagClassName
{
border-color: #9D751D;
}
</style>