#3F3228

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

Shades of Slugger #3F3228

Tints of Slugger #3F3228

Color information

#3F3228 (or 0x3F3228) is unknown color: approx Slugger. HEX triplet: 3F, 32 and 28. RGB value is (63,50,40). Sum of RGB (Red+Green+Blue) = 63+50+40=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3228 is #C0CDD7. Grayscale: #343434. Windows color (decimal): -12635608 or 2634303. OLE color: 2634303.

HSL color Cylindrical-coordinate representation of color #3F3228: hue angle of 26.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F3228 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB635040-
CMYK00.210.370.75
HSL26.09º22.33%20.2%-
HSV(B)26.09º36.51%24.71%-
XYZ3.573.492.49-
YUV52.75120.81135.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=41.18%
G=32.68%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63504000.210.370.7526.0922.3320.2
Hex3F3228015254B1a1614
Octal77625002545113322624
Binary1111111100101010000101011001011001011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,40); }

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

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

 a { background-color: rgb(63,50,40); }

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

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

 span { border-color: rgb(63,50,40); }

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