#40342C

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

Shades of Slugger #40342C

Tints of Slugger #40342C

Color information

#40342C (or 0x40342C) is unknown color: approx Slugger. HEX triplet: 40, 34 and 2C. RGB value is (64,52,44). Sum of RGB (Red+Green+Blue) = 64+52+44=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40342C is #BFCBD3. Grayscale: #363636. Windows color (decimal): -12569556 or 2896960. OLE color: 2896960.

HSL color Cylindrical-coordinate representation of color #40342C: hue angle of 24º 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 #40342C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB645244-
CMYK00.190.310.75
HSL24º18.52%21.18%-
HSV(B)24º31.25%25.1%-
XYZ3.83.732.9-
YUV54.68121.98134.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=40%
G=32.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64524400.190.310.752418.5221.18
Hex40342C0131F4B181315
Octal100645402337113302325
Binary1000000110100101100010011111111001011110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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