Shades of Hacienda #9C821C
Tints of Hacienda #9C821C
RGB
CMYK
RGB Variations
Color information
#9C821C (or 0x9C821C) is known color: Hacienda. HEX triplet: 9C, 82 and 1C. RGB value is (156,130,28). Sum of RGB (Red+Green+Blue) = 156+130+28=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C821C is #637DE3. Grayscale: #7E7E7E. Windows color (decimal): -6520292 or 1868444. OLE color: 1868444.
HSL color Cylindrical-coordinate representation of color #9C821C: hue angle of 47.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C821C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 28 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.39 |
| HSL | 47.81º | 0.7% | 0.36% | - |
| HSV(B) | 47.81º | 0.82% | 0.61% | - |
| XYZ | 21.9 | 23.12 | 4.41 | - |
| YUV | 126.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 28 | 0 | 0.17 | 0.82 | 0.39 | 47.81 | 0.7 | 0.36 |
| Hex | 9C | 82 | 1C | 0 | 11 | 52 | 27 | 30 | 46 | 24 |
| Octal | 234 | 202 | 34 | 0 | 21 | 122 | 47 | 60 | 106 | 44 |
| Binary | 10011100 | 10000010 | 11100 | 0 | 10001 | 1010010 | 100111 | 110000 | 1000110 | 100100 |
Color Harmonies of #9C821C
Complementary color
Monochromatic Colors of #9C821C
Black with #9C821C
Text Example
Text Example
White with #9C821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C821C; }
p { color: rgb(156,130,28); }
H1.HeaderClassName
{
color: #9C821C;
}
.AnyTagClassName
{
color: #9C821C;
}
</style>
background-color css
<style>
a { background-color: #9C821C; }
a { background-color: rgb(156,130,28); }
div.DivClassName
{
background-color: #9C821C;
}
.BgClassName
{
background-color: #9C821C;
}
</style>
border-color css
<style>
span { border-color: #9C821C; }
span { border-color: rgb(156,130,28); }
td.TdClassName
{
border-color: #9C821C;
}
.TagClassName
{
border-color: #9C821C;
}
</style>