#C47F33

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

Shades of Golden Bell #C47F33

Tints of Golden Bell #C47F33

Color information

#C47F33 (or 0xC47F33) is unknown color: approx Golden Bell. HEX triplet: C4, 7F and 33. RGB value is (196,127,51). Sum of RGB (Red+Green+Blue) = 196+127+51=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F33 is #3B80CC. Grayscale: #8B8B8B. Windows color (decimal): -3899597 or 3375044. OLE color: 3375044.

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

Color convert

RGB19612751-
CMYK00.350.740.23
HSL31.45º58.7%48.43%-
HSV(B)31.45º73.98%76.86%-
XYZ30.9527.156.74-
YUV138.9778.36168.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=52.41%
G=33.96%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961275100.350.740.2331.4558.748.43
HexC47F330234A171f3b30
Octal3041776304311227377360
Binary110001001111111110011010001110010101011111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F33; }

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

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

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

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

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

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

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

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