Shades of Hacienda #9D851D
Tints of Hacienda #9D851D
RGB
CMYK
RGB Variations
Color information
#9D851D (or 0x9D851D) is known color: Hacienda. HEX triplet: 9D, 85 and 1D. RGB value is (157,133,29). Sum of RGB (Red+Green+Blue) = 157+133+29=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D851D is #627AE2. Grayscale: #808080. Windows color (decimal): -6453987 or 1934749. OLE color: 1934749.
HSL color Cylindrical-coordinate representation of color #9D851D: hue angle of 48.75º 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 #9D851D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 29 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.38 |
| HSL | 48.75º | 0.69% | 0.36% | - |
| HSV(B) | 48.75º | 0.82% | 0.62% | - |
| XYZ | 22.51 | 24.03 | 4.61 | - |
| YUV | 128.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 29 | 0 | 0.15 | 0.82 | 0.38 | 48.75 | 0.69 | 0.36 |
| Hex | 9D | 85 | 1D | 0 | F | 52 | 26 | 31 | 45 | 24 |
| Octal | 235 | 205 | 35 | 0 | 17 | 122 | 46 | 61 | 105 | 44 |
| Binary | 10011101 | 10000101 | 11101 | 0 | 1111 | 1010010 | 100110 | 110001 | 1000101 | 100100 |
Color Harmonies of #9D851D
Complementary color
Monochromatic Colors of #9D851D
Black with #9D851D
Text Example
Text Example
White with #9D851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D851D; }
p { color: rgb(157,133,29); }
H1.HeaderClassName
{
color: #9D851D;
}
.AnyTagClassName
{
color: #9D851D;
}
</style>
background-color css
<style>
a { background-color: #9D851D; }
a { background-color: rgb(157,133,29); }
div.DivClassName
{
background-color: #9D851D;
}
.BgClassName
{
background-color: #9D851D;
}
</style>
border-color css
<style>
span { border-color: #9D851D; }
span { border-color: rgb(157,133,29); }
td.TdClassName
{
border-color: #9D851D;
}
.TagClassName
{
border-color: #9D851D;
}
</style>