#C47C38

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

Shades of Golden Bell #C47C38

Tints of Golden Bell #C47C38

Color information

#C47C38 (or 0xC47C38) is unknown color: approx Golden Bell. HEX triplet: C4, 7C and 38. RGB value is (196,124,56). Sum of RGB (Red+Green+Blue) = 196+124+56=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C38 is #3B83C7. Grayscale: #8A8A8A. Windows color (decimal): -3900360 or 3701956. OLE color: 3701956.

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

Color convert

RGB19612456-
CMYK00.370.710.23
HSL29.14º55.56%49.41%-
HSV(B)29.14º71.43%76.86%-
XYZ30.6926.447.23-
YUV137.7881.85169.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=52.13%
G=32.98%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961245600.370.710.2329.1455.5649.41
HexC47C3802547171d3831
Octal3041747004510727357061
Binary110001001111100111000010010110001111011111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C38; }

 p { color: rgb(196,124,56); }

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

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

 a { background-color: rgb(196,124,56); }

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

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

 span { border-color: rgb(196,124,56); }

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