#403329

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

Shades of Slugger #403329

Tints of Slugger #403329

Color information

#403329 (or 0x403329) is unknown color: approx Slugger. HEX triplet: 40, 33 and 29. RGB value is (64,51,41). Sum of RGB (Red+Green+Blue) = 64+51+41=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403329 is #BFCCD6. Grayscale: #353535. Windows color (decimal): -12569815 or 2700096. OLE color: 2700096.

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

Color convert

RGB645141-
CMYK00.200.360.75
HSL26.09º21.9%20.59%-
HSV(B)26.09º35.94%25.1%-
XYZ3.73.622.6-
YUV53.75120.81135.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=41.03%
G=32.69%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514100.200.360.7526.0921.920.59
Hex403329014244B1a1615
Octal100635102444113322625
Binary10000001100111010010101001001001001011110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403329; }

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

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

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

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

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

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

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

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