#C37B35

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

Shades of Golden Bell #C37B35

Tints of Golden Bell #C37B35

Color information

#C37B35 (or 0xC37B35) is unknown color: approx Golden Bell. HEX triplet: C3, 7B and 35. RGB value is (195,123,53). Sum of RGB (Red+Green+Blue) = 195+123+53=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B35 is #3C84CA. Grayscale: #888888. Windows color (decimal): -3966155 or 3505091. OLE color: 3505091.

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

Color convert

RGB19512353-
CMYK00.370.730.24
HSL29.58º57.26%48.63%-
HSV(B)29.58º72.82%76.47%-
XYZ30.2326.036.8-
YUV136.5580.85169.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=52.56%
G=33.15%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951235300.370.730.2429.5857.2648.63
HexC37B3502549181e3931
Octal3031736504511130367161
Binary110000111111011110101010010110010011100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37B35; }

 p { color: rgb(195,123,53); }

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

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

 a { background-color: rgb(195,123,53); }

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

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

 span { border-color: rgb(195,123,53); }

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