#C47B37

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

Shades of Golden Bell #C47B37

Tints of Golden Bell #C47B37

Color information

#C47B37 (or 0xC47B37) is unknown color: approx Golden Bell. HEX triplet: C4, 7B and 37. RGB value is (196,123,55). Sum of RGB (Red+Green+Blue) = 196+123+55=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B37 is #3B84C8. Grayscale: #898989. Windows color (decimal): -3900617 or 3636164. OLE color: 3636164.

HSL color Cylindrical-coordinate representation of color #C47B37: hue angle of 28.94º 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 #C47B37 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19612355-
CMYK00.370.720.23
HSL28.94º56.18%49.22%-
HSV(B)28.94º71.94%76.86%-
XYZ30.5426.187.06-
YUV137.0881.68170.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=52.41%
G=32.89%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961235500.370.720.2328.9456.1849.22
HexC47B3702548171d3831
Octal3041736704511027357061
Binary110001001111011110111010010110010001011111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B37; }

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

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

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

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

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

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

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

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