#3D332C

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

Shades of Slugger #3D332C

Tints of Slugger #3D332C

Color information

#3D332C (or 0x3D332C) is unknown color: approx Slugger. HEX triplet: 3D, 33 and 2C. RGB value is (61,51,44). Sum of RGB (Red+Green+Blue) = 61+51+44=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D332C is #C2CCD3. Grayscale: #353535. Windows color (decimal): -12766420 or 2896701. OLE color: 2896701.

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

Color convert

RGB615144-
CMYK00.160.280.76
HSL24.71º16.19%20.59%-
HSV(B)24.71º27.87%23.92%-
XYZ3.563.542.88-
YUV53.19122.81133.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=39.10%
G=32.69%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61514400.160.280.7624.7116.1920.59
Hex3D332C0101C4C191015
Octal75635402034114312025
Binary111101110011101100010000111001001100110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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