#C47E33

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

Shades of Golden Bell #C47E33

Tints of Golden Bell #C47E33

Color information

#C47E33 (or 0xC47E33) is unknown color: approx Golden Bell. HEX triplet: C4, 7E and 33. RGB value is (196,126,51). Sum of RGB (Red+Green+Blue) = 196+126+51=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E33 is #3B81CC. Grayscale: #8A8A8A. Windows color (decimal): -3899853 or 3374788. OLE color: 3374788.

HSL color Cylindrical-coordinate representation of color #C47E33: hue angle of 31.03º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47E33 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19612651-
CMYK00.360.740.23
HSL31.03º58.7%48.43%-
HSV(B)31.03º73.98%76.86%-
XYZ30.8226.96.7-
YUV138.3878.69169.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.55%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 51 (20.31% from 255) = 13.67%
R=52.55%
G=33.78%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961265100.360.740.2331.0358.748.43
HexC47E330244A171f3b30
Octal3041766304411227377360
Binary110001001111110110011010010010010101011111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E33; }

 p { color: rgb(196,126,51); }

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

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

 a { background-color: rgb(196,126,51); }

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

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

 span { border-color: rgb(196,126,51); }

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