Shades of Hacienda #9D811D
Tints of Hacienda #9D811D
RGB
CMYK
RGB Variations
Color information
#9D811D (or 0x9D811D) is known color: Hacienda. HEX triplet: 9D, 81 and 1D. RGB value is (157,129,29). Sum of RGB (Red+Green+Blue) = 157+129+29=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D811D is #627EE2. Grayscale: #7E7E7E. Windows color (decimal): -6455011 or 1933725. OLE color: 1933725.
HSL color Cylindrical-coordinate representation of color #9D811D: hue angle of 46.88º 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 #9D811D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 29 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.38 |
| HSL | 46.88º | 0.69% | 0.36% | - |
| HSV(B) | 46.88º | 0.82% | 0.62% | - |
| XYZ | 21.98 | 22.96 | 4.44 | - |
| YUV | 125.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 29 | 0 | 0.18 | 0.82 | 0.38 | 46.88 | 0.69 | 0.36 |
| Hex | 9D | 81 | 1D | 0 | 12 | 52 | 26 | 2F | 45 | 24 |
| Octal | 235 | 201 | 35 | 0 | 22 | 122 | 46 | 57 | 105 | 44 |
| Binary | 10011101 | 10000001 | 11101 | 0 | 10010 | 1010010 | 100110 | 101111 | 1000101 | 100100 |
Color Harmonies of #9D811D
Complementary color
Monochromatic Colors of #9D811D
Black with #9D811D
Text Example
Text Example
White with #9D811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D811D; }
p { color: rgb(157,129,29); }
H1.HeaderClassName
{
color: #9D811D;
}
.AnyTagClassName
{
color: #9D811D;
}
</style>
background-color css
<style>
a { background-color: #9D811D; }
a { background-color: rgb(157,129,29); }
div.DivClassName
{
background-color: #9D811D;
}
.BgClassName
{
background-color: #9D811D;
}
</style>
border-color css
<style>
span { border-color: #9D811D; }
span { border-color: rgb(157,129,29); }
td.TdClassName
{
border-color: #9D811D;
}
.TagClassName
{
border-color: #9D811D;
}
</style>