#C57C38

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

Shades of Golden Bell #C57C38

Tints of Golden Bell #C57C38

Color information

#C57C38 (or 0xC57C38) is unknown color: approx Golden Bell. HEX triplet: C5, 7C and 38. RGB value is (197,124,56). Sum of RGB (Red+Green+Blue) = 197+124+56=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C38 is #3A83C7. Grayscale: #8A8A8A. Windows color (decimal): -3834824 or 3701957. OLE color: 3701957.

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

Color convert

RGB19712456-
CMYK00.370.720.23
HSL28.94º55.73%49.61%-
HSV(B)28.94º71.57%77.25%-
XYZ30.9526.577.24-
YUV138.0781.68170.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=52.25%
G=32.89%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971245600.370.720.2328.9455.7349.61
HexC57C3802548171d3832
Octal3051747004511027357062
Binary110001011111100111000010010110010001011111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C38; }

 p { color: rgb(197,124,56); }

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

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

 a { background-color: rgb(197,124,56); }

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

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

 span { border-color: rgb(197,124,56); }

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