#c57a37

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

Shades of Golden Bell #C57A37

Tints of Golden Bell #C57A37

Color information

#C57A37 (or 0xC57A37) is unknown color: approx Golden Bell. HEX triplet: C5, 7A and 37. RGB value is (197,122,55). Sum of RGB (Red+Green+Blue) = 197+122+55=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A37 is #3A85C8. Grayscale: #898989. Windows color (decimal): -3835337 or 3635909. OLE color: 3635909.

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

Color convert

RGB19712255-
CMYK00.380.720.23
HSL28.31º56.35%49.41%-
HSV(B)28.31º72.08%77.25%-
XYZ30.6826.077.03-
YUV136.7981.85170.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=52.67%
G=32.62%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971225500.380.720.2328.3156.3549.41
HexC57A3702648171c3831
Octal3051726704611027347061
Binary110001011111010110111010011010010001011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57a37; }

 p { color: rgb(197,122,55); }

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

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

 a { background-color: rgb(197,122,55); }

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

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

 span { border-color: rgb(197,122,55); }

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