Shades of Hacienda #9C821B
Tints of Hacienda #9C821B
RGB
CMYK
RGB Variations
Color information
#9C821B (or 0x9C821B) is known color: Hacienda. HEX triplet: 9C, 82 and 1B. RGB value is (156,130,27). Sum of RGB (Red+Green+Blue) = 156+130+27=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C821B is #637DE4. Grayscale: #7E7E7E. Windows color (decimal): -6520293 or 1802908. OLE color: 1802908.
HSL color Cylindrical-coordinate representation of color #9C821B: hue angle of 47.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C821B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 27 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.39 |
| HSL | 47.91º | 0.7% | 0.36% | - |
| HSV(B) | 47.91º | 0.83% | 0.61% | - |
| XYZ | 21.89 | 23.11 | 4.34 | - |
| YUV | 126.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 27 | 0 | 0.17 | 0.83 | 0.39 | 47.91 | 0.7 | 0.36 |
| Hex | 9C | 82 | 1B | 0 | 11 | 53 | 27 | 30 | 46 | 24 |
| Octal | 234 | 202 | 33 | 0 | 21 | 123 | 47 | 60 | 106 | 44 |
| Binary | 10011100 | 10000010 | 11011 | 0 | 10001 | 1010011 | 100111 | 110000 | 1000110 | 100100 |
Color Harmonies of #9C821B
Complementary color
Monochromatic Colors of #9C821B
Black with #9C821B
Text Example
Text Example
White with #9C821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C821B; }
p { color: rgb(156,130,27); }
H1.HeaderClassName
{
color: #9C821B;
}
.AnyTagClassName
{
color: #9C821B;
}
</style>
background-color css
<style>
a { background-color: #9C821B; }
a { background-color: rgb(156,130,27); }
div.DivClassName
{
background-color: #9C821B;
}
.BgClassName
{
background-color: #9C821B;
}
</style>
border-color css
<style>
span { border-color: #9C821B; }
span { border-color: rgb(156,130,27); }
td.TdClassName
{
border-color: #9C821B;
}
.TagClassName
{
border-color: #9C821B;
}
</style>