#40332D

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

Shades of Slugger #40332D

Tints of Slugger #40332D

Color information

#40332D (or 0x40332D) is unknown color: approx Slugger. HEX triplet: 40, 33 and 2D. RGB value is (64,51,45). Sum of RGB (Red+Green+Blue) = 64+51+45=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40332D is #BFCCD2. Grayscale: #363636. Windows color (decimal): -12569811 or 2962240. OLE color: 2962240.

HSL color Cylindrical-coordinate representation of color #40332D: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40332D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB645145-
CMYK00.200.300.75
HSL18.95º17.43%21.37%-
HSV(B)18.95º29.69%25.1%-
XYZ3.773.652.99-
YUV54.2122.81134.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=40%
G=31.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514500.200.300.7518.9517.4321.37
Hex40332D0141E4B131115
Octal100635502436113232125
Binary1000000110011101101010100111101001011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40332D; }

 p { color: rgb(64,51,45); }

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

<style>
 a { background-color: #40332D; }

 a { background-color: rgb(64,51,45); }

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

<style>
 span { border-color: #40332D; }

 span { border-color: rgb(64,51,45); }

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