#9C5726

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

Shades of Rich Gold #9C5726

Tints of Rich Gold #9C5726

Color information

#9C5726 (or 0x9C5726) is unknown color: approx Rich Gold. HEX triplet: 9C, 57 and 26. RGB value is (156,87,38). Sum of RGB (Red+Green+Blue) = 156+87+38=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5726 is #63A8D9. Grayscale: #666666. Windows color (decimal): -6531290 or 2512796. OLE color: 2512796.

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

Color convert

RGB1568738-
CMYK00.440.760.39
HSL24.92º60.82%38.04%-
HSV(B)24.92º75.64%61.18%-
XYZ17.4714.023.62-
YUV102.0491.86166.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=55.52%
G=30.96%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156873800.440.760.3924.9260.8238.04
Hex9C572602C4C27193d26
Octal2341274605411447317546
Binary1001110010101111001100101100100110010011111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,87,38); }

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

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

 a { background-color: rgb(156,87,38); }

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

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

 span { border-color: rgb(156,87,38); }

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