#C58033

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

Shades of Golden Bell #C58033

Tints of Golden Bell #C58033

Color information

#C58033 (or 0xC58033) is unknown color: approx Golden Bell. HEX triplet: C5, 80 and 33. RGB value is (197,128,51). Sum of RGB (Red+Green+Blue) = 197+128+51=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C58033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58033 is #3A7FCC. Grayscale: #8C8C8C. Windows color (decimal): -3833805 or 3375301. OLE color: 3375301.

HSL color Cylindrical-coordinate representation of color #C58033: hue angle of 31.64º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58033 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19712851-
CMYK00.350.740.23
HSL31.64º58.87%48.63%-
HSV(B)31.64º74.11%77.25%-
XYZ31.3427.556.8-
YUV139.8577.86168.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=52.39%
G=34.04%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971285100.350.740.2331.6458.8748.63
HexC580330234A17203b31
Octal3052006304311227407361
Binary11000101100000001100110100011100101010111100000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58033; }

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

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

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

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

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

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

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

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