#C57935

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

Shades of Golden Bell #C57935

Tints of Golden Bell #C57935

Color information

#C57935 (or 0xC57935) is unknown color: approx Golden Bell. HEX triplet: C5, 79 and 35. RGB value is (197,121,53). Sum of RGB (Red+Green+Blue) = 197+121+53=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57935 is #3A86CA. Grayscale: #888888. Windows color (decimal): -3835595 or 3504581. OLE color: 3504581.

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

Color convert

RGB19712153-
CMYK00.390.730.23
HSL28.33º57.6%49.02%-
HSV(B)28.33º73.1%77.25%-
XYZ30.5125.86.74-
YUV135.9781.18171.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=53.10%
G=32.61%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971215300.390.730.2328.3357.649.02
HexC5793502749171c3a31
Octal3051716504711127347261
Binary110001011111001110101010011110010011011111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57935; }

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

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

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

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

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

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

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

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