#41322C

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

Shades of Slugger #41322C

Tints of Slugger #41322C

Color information

#41322C (or 0x41322C) is unknown color: approx Slugger. HEX triplet: 41, 32 and 2C. RGB value is (65,50,44). Sum of RGB (Red+Green+Blue) = 65+50+44=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41322C is #BECDD3. Grayscale: #353535. Windows color (decimal): -12504532 or 2896449. OLE color: 2896449.

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

Color convert

RGB655044-
CMYK00.230.320.75
HSL17.14º19.27%21.37%-
HSV(B)17.14º32.31%25.49%-
XYZ3.783.592.88-
YUV53.8122.47135.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=40.88%
G=31.45%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65504400.230.320.7517.1419.2721.37
Hex41322C017204B111315
Octal101625402740113212325
Binary10000011100101011000101111000001001011100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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