#403129

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

Shades of Slugger #403129

Tints of Slugger #403129

Color information

#403129 (or 0x403129) is unknown color: approx Slugger. HEX triplet: 40, 31 and 29. RGB value is (64,49,41). Sum of RGB (Red+Green+Blue) = 64+49+41=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403129 is #BFCED6. Grayscale: #343434. Windows color (decimal): -12570327 or 2699584. OLE color: 2699584.

HSL color Cylindrical-coordinate representation of color #403129: hue angle of 20.87º 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 #403129 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB644941-
CMYK00.230.360.75
HSL20.87º21.9%20.59%-
HSV(B)20.87º35.94%25.1%-
XYZ3.613.452.57-
YUV52.57121.47136.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=41.56%
G=31.82%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64494100.230.360.7520.8721.920.59
Hex403129017244B151615
Octal100615102744113252625
Binary10000001100011010010101111001001001011101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403129; }

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

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

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

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

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

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

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

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