#3D342C

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

Shades of Slugger #3D342C

Tints of Slugger #3D342C

Color information

#3D342C (or 0x3D342C) is unknown color: approx Slugger. HEX triplet: 3D, 34 and 2C. RGB value is (61,52,44). Sum of RGB (Red+Green+Blue) = 61+52+44=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D342C is #C2CBD3. Grayscale: #353535. Windows color (decimal): -12766164 or 2896957. OLE color: 2896957.

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

Color convert

RGB615244-
CMYK00.150.280.76
HSL28.24º16.19%20.59%-
HSV(B)28.24º27.87%23.92%-
XYZ3.613.632.89-
YUV53.78122.48133.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=38.85%
G=33.12%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61524400.150.280.7628.2416.1920.59
Hex3D342C0F1C4C1c1015
Octal75645401734114342025
Binary11110111010010110001111111001001100111001000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,44); }

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

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

 a { background-color: rgb(61,52,44); }

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

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

 span { border-color: rgb(61,52,44); }

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