#9C8221

Color #9C8221 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9C8221

Tints of Hacienda #9C8221

Color information

#9C8221 (or 0x9C8221) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 21. RGB value is (156,130,33). Sum of RGB (Red+Green+Blue) = 156+130+33=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8221 is #637DDE. Grayscale: #7F7F7F. Windows color (decimal): -6520287 or 2196124. OLE color: 2196124.

HSL color Cylindrical-coordinate representation of color #9C8221: hue angle of 47.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C8221 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15613033-
CMYK00.170.790.39
HSL47.32º65.08%37.06%-
HSV(B)47.32º78.85%61.18%-
XYZ21.9723.144.75-
YUV126.7275.11148.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 33 (13.28% from 255) = 10.34%
R=48.90%
G=40.75%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561303300.170.790.3947.3265.0837.06
Hex9C82210114F272f4125
Octal23420241021117475710145
Binary100111001000001010000101000110011111001111011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8221; }

 p { color: rgb(156,130,33); }

 H1.HeaderClassName
 {
   color: #9C8221;
 }
 .AnyTagClassName
 {
   color: #9C8221;
 }
</style>
background-color css

<style>
 a { background-color: #9C8221; }

 a { background-color: rgb(156,130,33); }

 div.DivClassName
 {
   background-color: #9C8221;
 }
 .BgClassName
 {
   background-color: #9C8221;
 }
</style>
border-color css

<style>
 span { border-color: #9C8221; }

 span { border-color: rgb(156,130,33); }

 td.TdClassName
 {
   border-color: #9C8221;
 }
 .TagClassName
 {
   border-color: #9C8221;
 }
</style>