#41342C

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

Shades of Slugger #41342C

Tints of Slugger #41342C

Color information

#41342C (or 0x41342C) is unknown color: approx Slugger. HEX triplet: 41, 34 and 2C. RGB value is (65,52,44). Sum of RGB (Red+Green+Blue) = 65+52+44=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41342C is #BECBD3. Grayscale: #373737. Windows color (decimal): -12504020 or 2896961. OLE color: 2896961.

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

Color convert

RGB655244-
CMYK00.200.320.75
HSL22.86º19.27%21.37%-
HSV(B)22.86º32.31%25.49%-
XYZ3.863.762.91-
YUV54.97121.81135.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=40.37%
G=32.30%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65524400.200.320.7522.8619.2721.37
Hex41342C014204B171315
Octal101645402440113272325
Binary10000011101001011000101001000001001011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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