#9C5424

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

Shades of Rich Gold #9C5424

Tints of Rich Gold #9C5424

Color information

#9C5424 (or 0x9C5424) is unknown color: approx Rich Gold. HEX triplet: 9C, 54 and 24. RGB value is (156,84,36). Sum of RGB (Red+Green+Blue) = 156+84+36=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5424 is #63ABDB. Grayscale: #646464. Windows color (decimal): -6532060 or 2380956. OLE color: 2380956.

HSL color Cylindrical-coordinate representation of color #9C5424: hue angle of 24º 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 #9C5424 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB1568436-
CMYK00.460.770.39
HSL24º62.5%37.65%-
HSV(B)24º76.92%61.18%-
XYZ17.213.543.38-
YUV100.0691.85167.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.52%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=56.52%
G=30.43%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156843600.460.770.392462.537.65
Hex9C542402E4D27183e26
Octal2341244405611547307646
Binary1001110010101001001000101110100110110011111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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