#C58137

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

Shades of Golden Bell #C58137

Tints of Golden Bell #C58137

Color information

#C58137 (or 0xC58137) is unknown color: approx Golden Bell. HEX triplet: C5, 81 and 37. RGB value is (197,129,55). Sum of RGB (Red+Green+Blue) = 197+129+55=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C58137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58137 is #3A7EC8. Grayscale: #8D8D8D. Windows color (decimal): -3833545 or 3637701. OLE color: 3637701.

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

Color convert

RGB19712955-
CMYK00.350.720.23
HSL31.27º56.35%49.41%-
HSV(B)31.27º72.08%77.25%-
XYZ31.5727.857.33-
YUV140.979.53168.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=51.71%
G=33.86%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971295500.350.720.2331.2756.3549.41
HexC5813702348171f3831
Octal3052016704311027377061
Binary1100010110000001110111010001110010001011111111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58137; }

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

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

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

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

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

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

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

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