#40332C

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

Shades of Slugger #40332C

Tints of Slugger #40332C

Color information

#40332C (or 0x40332C) is unknown color: approx Slugger. HEX triplet: 40, 33 and 2C. RGB value is (64,51,44). Sum of RGB (Red+Green+Blue) = 64+51+44=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40332C is #BFCCD3. Grayscale: #363636. Windows color (decimal): -12569812 or 2896704. OLE color: 2896704.

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

Color convert

RGB645144-
CMYK00.200.310.75
HSL21º18.52%21.18%-
HSV(B)21º31.25%25.1%-
XYZ3.753.642.89-
YUV54.09122.31135.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=40.25%
G=32.08%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514400.200.310.752118.5221.18
Hex40332C0141F4B151315
Octal100635402437113252325
Binary1000000110011101100010100111111001011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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