#41322A

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

Shades of Slugger #41322A

Tints of Slugger #41322A

Color information

#41322A (or 0x41322A) is unknown color: approx Slugger. HEX triplet: 41, 32 and 2A. RGB value is (65,50,42). Sum of RGB (Red+Green+Blue) = 65+50+42=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #41322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41322A is #BECDD5. Grayscale: #353535. Windows color (decimal): -12504534 or 2765377. OLE color: 2765377.

HSL color Cylindrical-coordinate representation of color #41322A: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41322A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB655042-
CMYK00.230.350.75
HSL20.87º21.5%20.98%-
HSV(B)20.87º35.38%25.49%-
XYZ3.743.572.68-
YUV53.57121.47136.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=41.40%
G=31.85%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65504200.230.350.7520.8721.520.98
Hex41322A017234B151515
Octal101625202743113252525
Binary10000011100101010100101111000111001011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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