#C48637

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

Shades of Golden Bell #C48637

Tints of Golden Bell #C48637

Color information

#C48637 (or 0xC48637) is unknown color: approx Golden Bell. HEX triplet: C4, 86 and 37. RGB value is (196,134,55). Sum of RGB (Red+Green+Blue) = 196+134+55=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C48637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48637 is #3B79C8. Grayscale: #8F8F8F. Windows color (decimal): -3897801 or 3638980. OLE color: 3638980.

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

Color convert

RGB19613455-
CMYK00.320.720.23
HSL33.62º56.18%49.22%-
HSV(B)33.62º71.94%76.86%-
XYZ31.9829.067.54-
YUV143.5378.04165.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=50.91%
G=34.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961345500.320.720.2333.6256.1849.22
HexC486370204817223831
Octal3042066704011027427061
Binary11000100100001101101110100000100100010111100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48637; }

 p { color: rgb(196,134,55); }

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

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

 a { background-color: rgb(196,134,55); }

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

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

 span { border-color: rgb(196,134,55); }

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