#40352E

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

Shades of Slugger #40352E

Tints of Slugger #40352E

Color information

#40352E (or 0x40352E) is unknown color: approx Slugger. HEX triplet: 40, 35 and 2E. RGB value is (64,53,46). Sum of RGB (Red+Green+Blue) = 64+53+46=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40352E is #BFCAD1. Grayscale: #373737. Windows color (decimal): -12569298 or 3028288. OLE color: 3028288.

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

Color convert

RGB645346-
CMYK00.170.280.75
HSL23.33º16.36%21.57%-
HSV(B)23.33º28.12%25.1%-
XYZ3.883.833.12-
YUV55.49122.64134.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=39.26%
G=32.52%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64534600.170.280.7523.3316.3621.57
Hex40352E0111C4B171016
Octal100655602134113272026
Binary1000000110101101110010001111001001011101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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