#C37F34

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

Shades of Golden Bell #C37F34

Tints of Golden Bell #C37F34

Color information

#C37F34 (or 0xC37F34) is unknown color: approx Golden Bell. HEX triplet: C3, 7F and 34. RGB value is (195,127,52). Sum of RGB (Red+Green+Blue) = 195+127+52=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F34 is #3C80CB. Grayscale: #8B8B8B. Windows color (decimal): -3965132 or 3440579. OLE color: 3440579.

HSL color Cylindrical-coordinate representation of color #C37F34: hue angle of 31.47º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37F34 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19512752-
CMYK00.350.730.24
HSL31.47º57.89%48.43%-
HSV(B)31.47º73.33%76.47%-
XYZ30.7127.036.85-
YUV138.7879.03168.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=52.14%
G=33.96%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951275200.350.730.2431.4757.8948.43
HexC37F3402349181f3a30
Octal3031776404311130377260
Binary110000111111111110100010001110010011100011111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F34; }

 p { color: rgb(195,127,52); }

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

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

 a { background-color: rgb(195,127,52); }

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

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

 span { border-color: rgb(195,127,52); }

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