#C57D35

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

Shades of Golden Bell #C57D35

Tints of Golden Bell #C57D35

Color information

#C57D35 (or 0xC57D35) is unknown color: approx Golden Bell. HEX triplet: C5, 7D and 35. RGB value is (197,125,53). Sum of RGB (Red+Green+Blue) = 197+125+53=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D35 is #3A82CA. Grayscale: #8A8A8A. Windows color (decimal): -3834571 or 3505605. OLE color: 3505605.

HSL color Cylindrical-coordinate representation of color #C57D35: hue angle of 30º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C57D35 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19712553-
CMYK00.370.730.23
HSL30º57.6%49.02%-
HSV(B)30º73.1%77.25%-
XYZ3126.796.91-
YUV138.3279.85169.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=52.53%
G=33.33%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971255300.370.730.233057.649.02
HexC57D3502549171e3a31
Octal3051756504511127367261
Binary110001011111101110101010010110010011011111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D35; }

 p { color: rgb(197,125,53); }

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

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

 a { background-color: rgb(197,125,53); }

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

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

 span { border-color: rgb(197,125,53); }

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