#3E342B

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

Shades of Slugger #3E342B

Tints of Slugger #3E342B

Color information

#3E342B (or 0x3E342B) is unknown color: approx Slugger. HEX triplet: 3E, 34 and 2B. RGB value is (62,52,43). Sum of RGB (Red+Green+Blue) = 62+52+43=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E342B is #C1CBD4. Grayscale: #363636. Windows color (decimal): -12700629 or 2831422. OLE color: 2831422.

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

Color convert

RGB625243-
CMYK00.160.310.76
HSL28.42º18.1%20.59%-
HSV(B)28.42º30.65%24.31%-
XYZ3.653.652.8-
YUV53.96121.81133.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.49%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=39.49%
G=33.12%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62524300.160.310.7628.4218.120.59
Hex3E342B0101F4C1c1215
Octal76645302037114342225
Binary111110110100101011010000111111001100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,43); }

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

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

 a { background-color: rgb(62,52,43); }

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

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

 span { border-color: rgb(62,52,43); }

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