#40342F

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

Shades of Slugger #40342F

Tints of Slugger #40342F

Color information

#40342F (or 0x40342F) is unknown color: approx Slugger. HEX triplet: 40, 34 and 2F. RGB value is (64,52,47). Sum of RGB (Red+Green+Blue) = 64+52+47=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40342F is #BFCBD0. Grayscale: #373737. Windows color (decimal): -12569553 or 3093568. OLE color: 3093568.

HSL color Cylindrical-coordinate representation of color #40342F: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40342F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB645247-
CMYK00.190.270.75
HSL17.65º15.32%21.76%-
HSV(B)17.65º26.56%25.1%-
XYZ3.863.753.21-
YUV55.02123.48134.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=39.26%
G=31.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64524700.190.270.7517.6515.3221.76
Hex40342F0131B4B12f16
Octal100645702333113221726
Binary100000011010010111101001111011100101110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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