#3D322C

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

Shades of Slugger #3D322C

Tints of Slugger #3D322C

Color information

#3D322C (or 0x3D322C) is unknown color: approx Slugger. HEX triplet: 3D, 32 and 2C. RGB value is (61,50,44). Sum of RGB (Red+Green+Blue) = 61+50+44=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D322C is #C2CDD3. Grayscale: #343434. Windows color (decimal): -12766676 or 2896445. OLE color: 2896445.

HSL color Cylindrical-coordinate representation of color #3D322C: hue angle of 21.18º 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 #3D322C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB615044-
CMYK00.180.280.76
HSL21.18º16.19%20.59%-
HSV(B)21.18º27.87%23.92%-
XYZ3.523.462.86-
YUV52.6123.14133.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=39.35%
G=32.26%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61504400.180.280.7621.1816.1920.59
Hex3D322C0121C4C151015
Octal75625402234114252025
Binary111101110010101100010010111001001100101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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