#9C8220

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

Shades of Hacienda #9C8220

Tints of Hacienda #9C8220

Color information

#9C8220 (or 0x9C8220) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 20. RGB value is (156,130,32). Sum of RGB (Red+Green+Blue) = 156+130+32=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8220 is #637DDF. Grayscale: #7F7F7F. Windows color (decimal): -6520288 or 2130588. OLE color: 2130588.

HSL color Cylindrical-coordinate representation of color #9C8220: hue angle of 47.42º degrees, saturation: 0.66, 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 #9C8220 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15613032-
CMYK00.170.790.39
HSL47.42º65.96%36.86%-
HSV(B)47.42º79.49%61.18%-
XYZ21.9523.144.68-
YUV126.674.61148.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 32 (12.89% from 255) = 10.06%
R=49.06%
G=40.88%
B=10.06%

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
Decimal1561303200.170.790.3947.4265.9636.86
Hex9C82200114F272f4225
Octal23420240021117475710245
Binary100111001000001010000001000110011111001111011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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