#C58038

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

Shades of Golden Bell #C58038

Tints of Golden Bell #C58038

Color information

#C58038 (or 0xC58038) is unknown color: approx Golden Bell. HEX triplet: C5, 80 and 38. RGB value is (197,128,56). Sum of RGB (Red+Green+Blue) = 197+128+56=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C58038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58038 is #3A7FC7. Grayscale: #8C8C8C. Windows color (decimal): -3833800 or 3702981. OLE color: 3702981.

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

Color convert

RGB19712856-
CMYK00.350.720.23
HSL30.64º55.73%49.61%-
HSV(B)30.64º71.57%77.25%-
XYZ31.4627.597.41-
YUV140.4280.36168.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=51.71%
G=33.60%
B=14.70%

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
Decimal1971285600.350.720.2330.6455.7349.61
HexC5803802348171f3832
Octal3052007004311027377062
Binary1100010110000000111000010001110010001011111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58038; }

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

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

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

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

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

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

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

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