#9C5723

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

Shades of Rich Gold #9C5723

Tints of Rich Gold #9C5723

Color information

#9C5723 (or 0x9C5723) is unknown color: approx Rich Gold. HEX triplet: 9C, 57 and 23. RGB value is (156,87,35). Sum of RGB (Red+Green+Blue) = 156+87+35=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5723 is #63A8DC. Grayscale: #656565. Windows color (decimal): -6531293 or 2316188. OLE color: 2316188.

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

Color convert

RGB1568735-
CMYK00.440.780.39
HSL25.79º63.35%37.45%-
HSV(B)25.79º77.56%61.18%-
XYZ17.4214.013.38-
YUV101.790.36166.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=56.12%
G=31.29%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156873500.440.780.3925.7963.3537.45
Hex9C572302C4E271a3f25
Octal2341274305411647327745
Binary1001110010101111000110101100100111010011111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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