Html Css Color HEX #41332C Slugger

📋 copy color: '#41332C'

red 65 ◦ green 51 ◦ blue 44

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

Shades of Slugger #41332C

Tints of Slugger #41332C

RGB

 RED value IS 65 (25.78% from 255) = 40.63%

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 40.63%
G = 31.88%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41332C (or 0x41332C) is known color: Slugger. HEX triplet: 41, 33 and 2C. RGB value is (65,51,44). Sum of RGB (Red+Green+Blue) = 65+51+44=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41332C is #BECCD3. Grayscale: #363636. Windows color (decimal): -12504276 or 2896705. OLE color: 2896705.

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

Color convert

RGB 65 51 44 -
CMYK 0 0.22 0.32 0.75
HSL 20º 0.19% 0.21% -
HSV(B) 20º 0.32% 0.25% -
XYZ 3.82 3.67 2.89 -
YUV 54.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 65 51 44 0 0.22 0.32 0.75 20 0.19 0.21
Hex 41 33 2C 0 16 20 4B 14 13 15
Octal 101 63 54 0 26 40 113 24 23 25
Binary 1000001 110011 101100 0 10110 100000 1001011 10100 10011 10101

Color Harmonies of #41332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41332C

Black with #41332C

Text Example


Text Example

White with #41332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41332C;
 }
 .AnyTagClassName
 {
   color: #41332C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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