#C57F39

Color #C57F39 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C57F39

Tints of Golden Bell #C57F39

Color information

#C57F39 (or 0xC57F39) is unknown color: approx Golden Bell. HEX triplet: C5, 7F and 39. RGB value is (197,127,57). Sum of RGB (Red+Green+Blue) = 197+127+57=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F39 is #3A80C6. Grayscale: #8C8C8C. Windows color (decimal): -3834055 or 3768261. OLE color: 3768261.

HSL color Cylindrical-coordinate representation of color #C57F39: hue angle of 30º 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 #C57F39 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19712757-
CMYK00.360.710.23
HSL30º55.12%49.8%-
HSV(B)30º71.07%77.25%-
XYZ31.3527.347.5-
YUV139.9581.19168.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=51.71%
G=33.33%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971275700.360.710.233055.1249.8
HexC57F3902447171e3732
Octal3051777104410727366762
Binary110001011111111111001010010010001111011111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F39; }

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

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

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

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

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

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

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

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