#C48539

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

Shades of Golden Bell #C48539

Tints of Golden Bell #C48539

Color information

#C48539 (or 0xC48539) is unknown color: approx Golden Bell. HEX triplet: C4, 85 and 39. RGB value is (196,133,57). Sum of RGB (Red+Green+Blue) = 196+133+57=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48539 is #3B7AC6. Grayscale: #8F8F8F. Windows color (decimal): -3898055 or 3769796. OLE color: 3769796.

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

Color convert

RGB19613357-
CMYK00.320.710.23
HSL32.81º54.94%49.61%-
HSV(B)32.81º70.92%76.86%-
XYZ31.8928.817.75-
YUV143.1779.37165.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=50.78%
G=34.46%
B=14.77%

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
Decimal1961335700.320.710.2332.8154.9449.61
HexC485390204717213732
Octal3042057104010727416762
Binary11000100100001011110010100000100011110111100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48539; }

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

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

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

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

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

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

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

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