#40322B

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

Shades of Slugger #40322B

Tints of Slugger #40322B

Color information

#40322B (or 0x40322B) is unknown color: approx Slugger. HEX triplet: 40, 32 and 2B. RGB value is (64,50,43). Sum of RGB (Red+Green+Blue) = 64+50+43=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #40322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40322B is #BFCDD4. Grayscale: #353535. Windows color (decimal): -12570069 or 2830912. OLE color: 2830912.

HSL color Cylindrical-coordinate representation of color #40322B: hue angle of 20º 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 #40322B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB645043-
CMYK00.220.330.75
HSL20º19.63%20.98%-
HSV(B)20º32.81%25.1%-
XYZ3.693.552.78-
YUV53.39122.14135.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=40.76%
G=31.85%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64504300.220.330.752019.6320.98
Hex40322B016214B141415
Octal100625302641113242425
Binary10000001100101010110101101000011001011101001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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