Shades of Hacienda #9C821D
Tints of Hacienda #9C821D
RGB
CMYK
RGB Variations
Color information
#9C821D (or 0x9C821D) is known color: Hacienda. HEX triplet: 9C, 82 and 1D. RGB value is (156,130,29). Sum of RGB (Red+Green+Blue) = 156+130+29=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C821D is #637DE2. Grayscale: #7E7E7E. Windows color (decimal): -6520291 or 1933980. OLE color: 1933980.
HSL color Cylindrical-coordinate representation of color #9C821D: hue angle of 47.72º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C821D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 29 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.39 |
| HSL | 47.72º | 0.69% | 0.36% | - |
| HSV(B) | 47.72º | 0.81% | 0.61% | - |
| XYZ | 21.91 | 23.12 | 4.47 | - |
| YUV | 126.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 29 | 0 | 0.17 | 0.81 | 0.39 | 47.72 | 0.69 | 0.36 |
| Hex | 9C | 82 | 1D | 0 | 11 | 51 | 27 | 30 | 45 | 24 |
| Octal | 234 | 202 | 35 | 0 | 21 | 121 | 47 | 60 | 105 | 44 |
| Binary | 10011100 | 10000010 | 11101 | 0 | 10001 | 1010001 | 100111 | 110000 | 1000101 | 100100 |
Color Harmonies of #9C821D
Complementary color
Monochromatic Colors of #9C821D
Black with #9C821D
Text Example
Text Example
White with #9C821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C821D; }
p { color: rgb(156,130,29); }
H1.HeaderClassName
{
color: #9C821D;
}
.AnyTagClassName
{
color: #9C821D;
}
</style>
background-color css
<style>
a { background-color: #9C821D; }
a { background-color: rgb(156,130,29); }
div.DivClassName
{
background-color: #9C821D;
}
.BgClassName
{
background-color: #9C821D;
}
</style>
border-color css
<style>
span { border-color: #9C821D; }
span { border-color: rgb(156,130,29); }
td.TdClassName
{
border-color: #9C821D;
}
.TagClassName
{
border-color: #9C821D;
}
</style>