#41352C

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

Shades of Slugger #41352C

Tints of Slugger #41352C

Color information

#41352C (or 0x41352C) is unknown color: approx Slugger. HEX triplet: 41, 35 and 2C. RGB value is (65,53,44). Sum of RGB (Red+Green+Blue) = 65+53+44=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #41352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41352C is #BECAD3. Grayscale: #373737. Windows color (decimal): -12503764 or 2897217. OLE color: 2897217.

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

Color convert

RGB655344-
CMYK00.180.320.75
HSL25.71º19.27%21.37%-
HSV(B)25.71º32.31%25.49%-
XYZ3.913.852.92-
YUV55.56121.48134.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=40.12%
G=32.72%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65534400.180.320.7525.7119.2721.37
Hex41352C012204B1a1315
Octal101655402240113322325
Binary10000011101011011000100101000001001011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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