#40322A

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

Shades of Slugger #40322A

Tints of Slugger #40322A

Color information

#40322A (or 0x40322A) is unknown color: approx Slugger. HEX triplet: 40, 32 and 2A. RGB value is (64,50,42). Sum of RGB (Red+Green+Blue) = 64+50+42=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #40322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40322A is #BFCDD5. Grayscale: #353535. Windows color (decimal): -12570070 or 2765376. OLE color: 2765376.

HSL color Cylindrical-coordinate representation of color #40322A: hue angle of 21.82º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40322A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB645042-
CMYK00.220.340.75
HSL21.82º20.75%20.78%-
HSV(B)21.82º34.38%25.1%-
XYZ3.673.542.68-
YUV53.27121.64135.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=41.03%
G=32.05%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64504200.220.340.7521.8220.7520.78
Hex40322A016224B161515
Octal100625202642113262525
Binary10000001100101010100101101000101001011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40322A; }

 p { color: rgb(64,50,42); }

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

<style>
 a { background-color: #40322A; }

 a { background-color: rgb(64,50,42); }

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

<style>
 span { border-color: #40322A; }

 span { border-color: rgb(64,50,42); }

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