#9c5524

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

Shades of Rich Gold #9C5524

Tints of Rich Gold #9C5524

Color information

#9C5524 (or 0x9C5524) is unknown color: approx Rich Gold. HEX triplet: 9C, 55 and 24. RGB value is (156,85,36). Sum of RGB (Red+Green+Blue) = 156+85+36=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5524 is #63AADB. Grayscale: #646464. Windows color (decimal): -6531804 or 2381212. OLE color: 2381212.

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

Color convert

RGB1568536-
CMYK00.460.770.39
HSL24.5º62.5%37.65%-
HSV(B)24.5º76.92%61.18%-
XYZ17.2813.693.4-
YUV100.6491.52167.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.32%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 36 (14.45% from 255) = 13.00%
R=56.32%
G=30.69%
B=13.00%

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
Decimal156853600.460.770.3924.562.537.65
Hex9C552402E4D27183e26
Octal2341254405611547307646
Binary1001110010101011001000101110100110110011111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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