#3E322D

Color #3E322D Slugger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slugger #3E322D

Tints of Slugger #3E322D

Color information

#3E322D (or 0x3E322D) is unknown color: approx Slugger. HEX triplet: 3E, 32 and 2D. RGB value is (62,50,45). Sum of RGB (Red+Green+Blue) = 62+50+45=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E322D is #C1CDD2. Grayscale: #353535. Windows color (decimal): -12701139 or 2961982. OLE color: 2961982.

HSL color Cylindrical-coordinate representation of color #3E322D: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E322D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB625045-
CMYK00.190.270.76
HSL17.65º15.89%20.98%-
HSV(B)17.65º27.42%24.31%-
XYZ3.63.492.97-
YUV53.02123.48134.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.49%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=39.49%
G=31.85%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62504500.190.270.7617.6515.8920.98
Hex3E322D0131B4C121015
Octal76625502333114222025
Binary111110110010101101010011110111001100100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E322D; }

 p { color: rgb(62,50,45); }

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

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

 a { background-color: rgb(62,50,45); }

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

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

 span { border-color: rgb(62,50,45); }

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