#C5A139

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

Shades of Metallic Gold #C5A139

Tints of Metallic Gold #C5A139

Color information

#C5A139 (or 0xC5A139) is unknown color: approx Metallic Gold. HEX triplet: C5, A1 and 39. RGB value is (197,161,57). Sum of RGB (Red+Green+Blue) = 197+161+57=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A139 is #3A5EC6. Grayscale: #A0A0A0. Windows color (decimal): -3825351 or 3776965. OLE color: 3776965.

HSL color Cylindrical-coordinate representation of color #C5A139: hue angle of 44.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A139 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19716157-
CMYK00.180.710.23
HSL44.57º55.12%49.8%-
HSV(B)44.57º71.07%77.25%-
XYZ36.5137.669.21-
YUV159.9169.93154.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 57 (22.66% from 255) = 13.73%
R=47.47%
G=38.80%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971615700.180.710.2344.5755.1249.8
HexC5A13901247172d3732
Octal3052417102210727556762
Binary1100010110100001111001010010100011110111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A139; }

 p { color: rgb(197,161,57); }

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

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

 a { background-color: rgb(197,161,57); }

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

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

 span { border-color: rgb(197,161,57); }

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