#C48436

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

Shades of Golden Bell #C48436

Tints of Golden Bell #C48436

Color information

#C48436 (or 0xC48436) is unknown color: approx Golden Bell. HEX triplet: C4, 84 and 36. RGB value is (196,132,54). Sum of RGB (Red+Green+Blue) = 196+132+54=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C48436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48436 is #3B7BC9. Grayscale: #8E8E8E. Windows color (decimal): -3898314 or 3572932. OLE color: 3572932.

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

Color convert

RGB19613254-
CMYK00.330.720.23
HSL32.96º56.8%49.02%-
HSV(B)32.96º72.45%76.86%-
XYZ31.6828.57.32-
YUV142.2478.2166.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 54 (21.48% from 255) = 14.14%
R=51.31%
G=34.55%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961325400.330.720.2332.9656.849.02
HexC484360214817213931
Octal3042046604111027417161
Binary11000100100001001101100100001100100010111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48436; }

 p { color: rgb(196,132,54); }

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

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

 a { background-color: rgb(196,132,54); }

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

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

 span { border-color: rgb(196,132,54); }

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