#9C5927

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

Shades of Rich Gold #9C5927

Tints of Rich Gold #9C5927

Color information

#9C5927 (or 0x9C5927) is unknown color: approx Rich Gold. HEX triplet: 9C, 59 and 27. RGB value is (156,89,39). Sum of RGB (Red+Green+Blue) = 156+89+39=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5927 is #63A6D8. Grayscale: #676767. Windows color (decimal): -6530777 or 2578844. OLE color: 2578844.

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

Color convert

RGB1568939-
CMYK00.430.750.39
HSL25.64º60%38.24%-
HSV(B)25.64º75%61.18%-
XYZ17.6514.363.76-
YUV103.3391.7165.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=54.93%
G=31.34%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156893900.430.750.3925.646038.24
Hex9C592702B4B271a3c26
Octal2341314705311347327446
Binary1001110010110011001110101011100101110011111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,39); }

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

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

 a { background-color: rgb(156,89,39); }

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

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

 span { border-color: rgb(156,89,39); }

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