#40342B

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

Shades of Slugger #40342B

Tints of Slugger #40342B

Color information

#40342B (or 0x40342B) is unknown color: approx Slugger. HEX triplet: 40, 34 and 2B. RGB value is (64,52,43). Sum of RGB (Red+Green+Blue) = 64+52+43=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40342B is #BFCBD4. Grayscale: #363636. Windows color (decimal): -12569557 or 2831424. OLE color: 2831424.

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

Color convert

RGB645243-
CMYK00.190.330.75
HSL25.71º19.63%20.98%-
HSV(B)25.71º32.81%25.1%-
XYZ3.783.722.8-
YUV54.56121.48134.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=40.25%
G=32.70%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64524300.190.330.7525.7119.6320.98
Hex40342B013214B1a1415
Octal100645302341113322425
Binary10000001101001010110100111000011001011110101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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