#C48639

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

Shades of Golden Bell #C48639

Tints of Golden Bell #C48639

Color information

#C48639 (or 0xC48639) is unknown color: approx Golden Bell. HEX triplet: C4, 86 and 39. RGB value is (196,134,57). Sum of RGB (Red+Green+Blue) = 196+134+57=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C48639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48639 is #3B79C6. Grayscale: #909090. Windows color (decimal): -3897799 or 3770052. OLE color: 3770052.

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

Color convert

RGB19613457-
CMYK00.320.710.23
HSL33.24º54.94%49.61%-
HSV(B)33.24º70.92%76.86%-
XYZ32.0329.087.8-
YUV143.7679.04165.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=50.65%
G=34.63%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961345700.320.710.2333.2454.9449.61
HexC486390204717213732
Octal3042067104010727416762
Binary11000100100001101110010100000100011110111100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48639; }

 p { color: rgb(196,134,57); }

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

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

 a { background-color: rgb(196,134,57); }

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

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

 span { border-color: rgb(196,134,57); }

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