#9C8224

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

Shades of Hacienda #9C8224

Tints of Hacienda #9C8224

Color information

#9C8224 (or 0x9C8224) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 24. RGB value is (156,130,36). Sum of RGB (Red+Green+Blue) = 156+130+36=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8224 is #637DDB. Grayscale: #7F7F7F. Windows color (decimal): -6520284 or 2392732. OLE color: 2392732.

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

Color convert

RGB15613036-
CMYK00.170.770.39
HSL47º62.5%37.65%-
HSV(B)47º76.92%61.18%-
XYZ22.0123.164.98-
YUV127.0676.61148.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=48.45%
G=40.37%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561303600.170.770.394762.537.65
Hex9C82240114D272f3e26
Octal2342024402111547577646
Binary10011100100000101001000100011001101100111101111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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