#40332B

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

Shades of Slugger #40332B

Tints of Slugger #40332B

Color information

#40332B (or 0x40332B) is unknown color: approx Slugger. HEX triplet: 40, 33 and 2B. RGB value is (64,51,43). Sum of RGB (Red+Green+Blue) = 64+51+43=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #40332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40332B is #BFCCD4. Grayscale: #363636. Windows color (decimal): -12569813 or 2831168. OLE color: 2831168.

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

Color convert

RGB645143-
CMYK00.200.330.75
HSL22.86º19.63%20.98%-
HSV(B)22.86º32.81%25.1%-
XYZ3.733.632.79-
YUV53.97121.81135.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=40.51%
G=32.28%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514300.200.330.7522.8619.6320.98
Hex40332B014214B171415
Octal100635302441113272425
Binary10000001100111010110101001000011001011101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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