#C47935

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

Shades of Golden Bell #C47935

Tints of Golden Bell #C47935

Color information

#C47935 (or 0xC47935) is unknown color: approx Golden Bell. HEX triplet: C4, 79 and 35. RGB value is (196,121,53). Sum of RGB (Red+Green+Blue) = 196+121+53=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47935 is #3B86CA. Grayscale: #888888. Windows color (decimal): -3901131 or 3504580. OLE color: 3504580.

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

Color convert

RGB19612153-
CMYK00.380.730.23
HSL28.53º57.43%48.82%-
HSV(B)28.53º72.96%76.86%-
XYZ30.2425.676.73-
YUV135.6781.35171.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=52.97%
G=32.70%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961215300.380.730.2328.5357.4348.82
HexC4793502649171d3931
Octal3041716504611127357161
Binary110001001111001110101010011010010011011111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47935; }

 p { color: rgb(196,121,53); }

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

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

 a { background-color: rgb(196,121,53); }

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

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

 span { border-color: rgb(196,121,53); }

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