#C58539

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

Shades of Golden Bell #C58539

Tints of Golden Bell #C58539

Color information

#C58539 (or 0xC58539) is unknown color: approx Golden Bell. HEX triplet: C5, 85 and 39. RGB value is (197,133,57). Sum of RGB (Red+Green+Blue) = 197+133+57=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C58539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58539 is #3A7AC6. Grayscale: #8F8F8F. Windows color (decimal): -3832519 or 3769797. OLE color: 3769797.

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

Color convert

RGB19713357-
CMYK00.320.710.23
HSL32.57º55.12%49.8%-
HSV(B)32.57º71.07%77.25%-
XYZ32.1528.947.76-
YUV143.4779.2166.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=50.90%
G=34.37%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971335700.320.710.2332.5755.1249.8
HexC585390204717213732
Octal3052057104010727416762
Binary11000101100001011110010100000100011110111100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58539; }

 p { color: rgb(197,133,57); }

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

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

 a { background-color: rgb(197,133,57); }

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

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

 span { border-color: rgb(197,133,57); }

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