#C38339

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

Shades of Golden Bell #C38339

Tints of Golden Bell #C38339

Color information

#C38339 (or 0xC38339) is unknown color: approx Golden Bell. HEX triplet: C3, 83 and 39. RGB value is (195,131,57). Sum of RGB (Red+Green+Blue) = 195+131+57=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38339 is #3C7CC6. Grayscale: #8E8E8E. Windows color (decimal): -3964103 or 3769283. OLE color: 3769283.

HSL color Cylindrical-coordinate representation of color #C38339: hue angle of 32.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C38339 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19513157-
CMYK00.330.710.24
HSL32.17º54.76%49.41%-
HSV(B)32.17º70.77%76.47%-
XYZ31.3628.137.65-
YUV141.780.2166.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=50.91%
G=34.20%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951315700.330.710.2432.1754.7649.41
HexC383390214718203731
Octal3032037104110730406761
Binary11000011100000111110010100001100011111000100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38339; }

 p { color: rgb(195,131,57); }

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

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

 a { background-color: rgb(195,131,57); }

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

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

 span { border-color: rgb(195,131,57); }

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