Shades of Hacienda #9C800D
Tints of Hacienda #9C800D
RGB
CMYK
RGB Variations
Color information
#9C800D (or 0x9C800D) is known color: Hacienda. HEX triplet: 9C, 80 and 0D. RGB value is (156,128,13). Sum of RGB (Red+Green+Blue) = 156+128+13=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C800D is #637FF2. Grayscale: #7B7B7B. Windows color (decimal): -6520819 or 884892. OLE color: 884892.
HSL color Cylindrical-coordinate representation of color #9C800D: hue angle of 48.25º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C800D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 13 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.39 |
| HSL | 48.25º | 0.85% | 0.33% | - |
| HSV(B) | 48.25º | 0.92% | 0.61% | - |
| XYZ | 21.5 | 22.54 | 3.6 | - |
| YUV | 123.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 13 | 0 | 0.18 | 0.92 | 0.39 | 48.25 | 0.85 | 0.33 |
| Hex | 9C | 80 | D | 0 | 12 | 5C | 27 | 30 | 55 | 21 |
| Octal | 234 | 200 | 15 | 0 | 22 | 134 | 47 | 60 | 125 | 41 |
| Binary | 10011100 | 10000000 | 1101 | 0 | 10010 | 1011100 | 100111 | 110000 | 1010101 | 100001 |
Color Harmonies of #9C800D
Complementary color
Monochromatic Colors of #9C800D
Black with #9C800D
Text Example
Text Example
White with #9C800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C800D; }
p { color: rgb(156,128,13); }
H1.HeaderClassName
{
color: #9C800D;
}
.AnyTagClassName
{
color: #9C800D;
}
</style>
background-color css
<style>
a { background-color: #9C800D; }
a { background-color: rgb(156,128,13); }
div.DivClassName
{
background-color: #9C800D;
}
.BgClassName
{
background-color: #9C800D;
}
</style>
border-color css
<style>
span { border-color: #9C800D; }
span { border-color: rgb(156,128,13); }
td.TdClassName
{
border-color: #9C800D;
}
.TagClassName
{
border-color: #9C800D;
}
</style>