#C57C32

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

Shades of Golden Bell #C57C32

Tints of Golden Bell #C57C32

Color information

#C57C32 (or 0xC57C32) is unknown color: approx Golden Bell. HEX triplet: C5, 7C and 32. RGB value is (197,124,50). Sum of RGB (Red+Green+Blue) = 197+124+50=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C32 is #3A83CD. Grayscale: #898989. Windows color (decimal): -3834830 or 3308741. OLE color: 3308741.

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

Color convert

RGB19712450-
CMYK00.370.750.23
HSL30.2º59.51%48.43%-
HSV(B)30.2º74.62%77.25%-
XYZ30.8126.526.51-
YUV137.3978.68170.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=53.10%
G=33.42%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971245000.370.750.2330.259.5148.43
HexC57C320254B171e3c30
Octal3051746204511327367460
Binary110001011111100110010010010110010111011111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C32; }

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

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

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

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

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

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

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

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