Shades of Hacienda #9C841E
Tints of Hacienda #9C841E
RGB
CMYK
RGB Variations
Color information
#9C841E (or 0x9C841E) is known color: Hacienda. HEX triplet: 9C, 84 and 1E. RGB value is (156,132,30). Sum of RGB (Red+Green+Blue) = 156+132+30=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C841E is #637BE1. Grayscale: #7F7F7F. Windows color (decimal): -6519778 or 2000028. OLE color: 2000028.
HSL color Cylindrical-coordinate representation of color #9C841E: hue angle of 48.57º degrees, saturation: 0.68, 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 #9C841E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 30 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.39 |
| HSL | 48.57º | 0.68% | 0.36% | - |
| HSV(B) | 48.57º | 0.81% | 0.61% | - |
| XYZ | 22.2 | 23.66 | 4.63 | - |
| YUV | 127.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 30 | 0 | 0.15 | 0.81 | 0.39 | 48.57 | 0.68 | 0.36 |
| Hex | 9C | 84 | 1E | 0 | F | 51 | 27 | 31 | 44 | 24 |
| Octal | 234 | 204 | 36 | 0 | 17 | 121 | 47 | 61 | 104 | 44 |
| Binary | 10011100 | 10000100 | 11110 | 0 | 1111 | 1010001 | 100111 | 110001 | 1000100 | 100100 |
Color Harmonies of #9C841E
Complementary color
Monochromatic Colors of #9C841E
Black with #9C841E
Text Example
Text Example
White with #9C841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C841E; }
p { color: rgb(156,132,30); }
H1.HeaderClassName
{
color: #9C841E;
}
.AnyTagClassName
{
color: #9C841E;
}
</style>
background-color css
<style>
a { background-color: #9C841E; }
a { background-color: rgb(156,132,30); }
div.DivClassName
{
background-color: #9C841E;
}
.BgClassName
{
background-color: #9C841E;
}
</style>
border-color css
<style>
span { border-color: #9C841E; }
span { border-color: rgb(156,132,30); }
td.TdClassName
{
border-color: #9C841E;
}
.TagClassName
{
border-color: #9C841E;
}
</style>