Html Css Color HEX #41352C Slugger

📋 copy color: '#41352C'

red 65 ◦ green 53 ◦ blue 44

#41352C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slugger #41352C

Tints of Slugger #41352C

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 value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41352C (or 0x41352C) is known color: 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

RGB 65 53 44 -
CMYK 0 0.18 0.32 0.75
HSL 25.71º 0.19% 0.21% -
HSV(B) 25.71º 0.32% 0.25% -
XYZ 3.91 3.85 2.92 -
YUV 55.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 65 53 44 0 0.18 0.32 0.75 25.71 0.19 0.21
Hex 41 35 2C 0 12 20 4B 1A 13 15
Octal 101 65 54 0 22 40 113 32 23 25
Binary 1000001 110101 101100 0 10010 100000 1001011 11010 10011 10101

Color Harmonies of #41352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41352C

Black with #41352C

Text Example


Text Example

White with #41352C

Text Example


Text Example

HTML Codes & Css Web 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>