#C58138

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

Shades of Golden Bell #C58138

Tints of Golden Bell #C58138

Color information

#C58138 (or 0xC58138) is unknown color: approx Golden Bell. HEX triplet: C5, 81 and 38. RGB value is (197,129,56). Sum of RGB (Red+Green+Blue) = 197+129+56=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58138 is #3A7EC7. Grayscale: #8D8D8D. Windows color (decimal): -3833544 or 3703237. OLE color: 3703237.

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

Color convert

RGB19712956-
CMYK00.350.720.23
HSL31.06º55.73%49.61%-
HSV(B)31.06º71.57%77.25%-
XYZ31.5927.867.45-
YUV141.0180.03167.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 56 (22.27% from 255) = 14.66%
R=51.57%
G=33.77%
B=14.66%

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
Decimal1971295600.350.720.2331.0655.7349.61
HexC5813802348171f3832
Octal3052017004311027377062
Binary1100010110000001111000010001110010001011111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58138; }

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

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

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

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

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

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

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

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