#9C4720

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

Shades of Rich Gold #9C4720

Tints of Rich Gold #9C4720

Color information

#9C4720 (or 0x9C4720) is unknown color: approx Rich Gold. HEX triplet: 9C, 47 and 20. RGB value is (156,71,32). Sum of RGB (Red+Green+Blue) = 156+71+32=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4720 is #63B8DF. Grayscale: #5C5C5C. Windows color (decimal): -6535392 or 2115484. OLE color: 2115484.

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

Color convert

RGB1567132-
CMYK00.540.790.39
HSL18.87º65.96%36.86%-
HSV(B)18.87º79.49%61.18%-
XYZ16.2211.682.77-
YUV91.9794.16173.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=60.23%
G=27.41%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156713200.540.790.3918.8765.9636.86
Hex9C47200364F27134225
Octal23410740066117472310245
Binary10011100100011110000001101101001111100111100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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