#403229

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

Shades of Slugger #403229

Tints of Slugger #403229

Color information

#403229 (or 0x403229) is unknown color: approx Slugger. HEX triplet: 40, 32 and 29. RGB value is (64,50,41). Sum of RGB (Red+Green+Blue) = 64+50+41=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403229 is #BFCDD6. Grayscale: #353535. Windows color (decimal): -12570071 or 2699840. OLE color: 2699840.

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

Color convert

RGB645041-
CMYK00.220.360.75
HSL23.48º21.9%20.59%-
HSV(B)23.48º35.94%25.1%-
XYZ3.663.532.59-
YUV53.16121.14135.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=41.29%
G=32.26%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64504100.220.360.7523.4821.920.59
Hex403229016244B171615
Octal100625102644113272625
Binary10000001100101010010101101001001001011101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403229; }

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

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

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

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

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

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

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

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