Shades of Hacienda #9C871B
Tints of Hacienda #9C871B
RGB
CMYK
RGB Variations
Color information
#9C871B (or 0x9C871B) is known color: Hacienda. HEX triplet: 9C, 87 and 1B. RGB value is (156,135,27). Sum of RGB (Red+Green+Blue) = 156+135+27=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C871B is #6378E4. Grayscale: #818181. Windows color (decimal): -6519013 or 1804188. OLE color: 1804188.
HSL color Cylindrical-coordinate representation of color #9C871B: hue angle of 50.23º 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 #9C871B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 27 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.39 |
| HSL | 50.23º | 0.7% | 0.36% | - |
| HSV(B) | 50.23º | 0.83% | 0.61% | - |
| XYZ | 22.57 | 24.48 | 4.57 | - |
| YUV | 128.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 27 | 0 | 0.13 | 0.83 | 0.39 | 50.23 | 0.7 | 0.36 |
| Hex | 9C | 87 | 1B | 0 | D | 53 | 27 | 32 | 46 | 24 |
| Octal | 234 | 207 | 33 | 0 | 15 | 123 | 47 | 62 | 106 | 44 |
| Binary | 10011100 | 10000111 | 11011 | 0 | 1101 | 1010011 | 100111 | 110010 | 1000110 | 100100 |
Color Harmonies of #9C871B
Complementary color
Monochromatic Colors of #9C871B
Black with #9C871B
Text Example
Text Example
White with #9C871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C871B; }
p { color: rgb(156,135,27); }
H1.HeaderClassName
{
color: #9C871B;
}
.AnyTagClassName
{
color: #9C871B;
}
</style>
background-color css
<style>
a { background-color: #9C871B; }
a { background-color: rgb(156,135,27); }
div.DivClassName
{
background-color: #9C871B;
}
.BgClassName
{
background-color: #9C871B;
}
</style>
border-color css
<style>
span { border-color: #9C871B; }
span { border-color: rgb(156,135,27); }
td.TdClassName
{
border-color: #9C871B;
}
.TagClassName
{
border-color: #9C871B;
}
</style>