Shades of Hacienda #9C8B19
Tints of Hacienda #9C8B19
RGB
CMYK
RGB Variations
Color information
#9C8B19 (or 0x9C8B19) is known color: Hacienda. HEX triplet: 9C, 8B and 19. RGB value is (156,139,25). Sum of RGB (Red+Green+Blue) = 156+139+25=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8B19 is #6374E6. Grayscale: #838383. Windows color (decimal): -6517991 or 1674140. OLE color: 1674140.
HSL color Cylindrical-coordinate representation of color #9C8B19: hue angle of 52.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C8B19 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 25 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.39 |
| HSL | 52.21º | 0.72% | 0.35% | - |
| HSV(B) | 52.21º | 0.84% | 0.61% | - |
| XYZ | 23.12 | 25.6 | 4.64 | - |
| YUV | 131.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 25 | 0 | 0.11 | 0.84 | 0.39 | 52.21 | 0.72 | 0.35 |
| Hex | 9C | 8B | 19 | 0 | B | 54 | 27 | 34 | 48 | 23 |
| Octal | 234 | 213 | 31 | 0 | 13 | 124 | 47 | 64 | 110 | 43 |
| Binary | 10011100 | 10001011 | 11001 | 0 | 1011 | 1010100 | 100111 | 110100 | 1001000 | 100011 |
Color Harmonies of #9C8B19
Complementary color
Monochromatic Colors of #9C8B19
Black with #9C8B19
Text Example
Text Example
White with #9C8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B19; }
p { color: rgb(156,139,25); }
H1.HeaderClassName
{
color: #9C8B19;
}
.AnyTagClassName
{
color: #9C8B19;
}
</style>
background-color css
<style>
a { background-color: #9C8B19; }
a { background-color: rgb(156,139,25); }
div.DivClassName
{
background-color: #9C8B19;
}
.BgClassName
{
background-color: #9C8B19;
}
</style>
border-color css
<style>
span { border-color: #9C8B19; }
span { border-color: rgb(156,139,25); }
td.TdClassName
{
border-color: #9C8B19;
}
.TagClassName
{
border-color: #9C8B19;
}
</style>