#40352C

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

Shades of Slugger #40352C

Tints of Slugger #40352C

Color information

#40352C (or 0x40352C) is unknown color: approx Slugger. HEX triplet: 40, 35 and 2C. RGB value is (64,53,44). Sum of RGB (Red+Green+Blue) = 64+53+44=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #40352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40352C is #BFCAD3. Grayscale: #373737. Windows color (decimal): -12569300 or 2897216. OLE color: 2897216.

HSL color Cylindrical-coordinate representation of color #40352C: hue angle of 27º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40352C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB645344-
CMYK00.170.310.75
HSL27º18.52%21.18%-
HSV(B)27º31.25%25.1%-
XYZ3.843.822.92-
YUV55.26121.64134.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=39.75%
G=32.92%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64534400.170.310.752718.5221.18
Hex40352C0111F4B1b1315
Octal100655402137113332325
Binary1000000110101101100010001111111001011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40352C; }

 p { color: rgb(64,53,44); }

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

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

 a { background-color: rgb(64,53,44); }

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

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

 span { border-color: rgb(64,53,44); }

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