Html Css Color HEX #403329 Slugger

📋 copy color: '#403329'

red 64 ◦ green 51 ◦ blue 41

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

Shades of Slugger #403329

Tints of Slugger #403329

RGB

 RED value IS 64 (25.39% from 255) = 41.03%

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

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 41.03%
G = 32.69%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403329 (or 0x403329) is known color: Slugger. HEX triplet: 40, 33 and 29. RGB value is (64,51,41). Sum of RGB (Red+Green+Blue) = 64+51+41=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403329 is #BFCCD6. Grayscale: #353535. Windows color (decimal): -12569815 or 2700096. OLE color: 2700096.

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

Color convert

RGB 64 51 41 -
CMYK 0 0.20 0.36 0.75
HSL 26.09º 0.22% 0.21% -
HSV(B) 26.09º 0.36% 0.25% -
XYZ 3.7 3.62 2.6 -
YUV 53.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 64 51 41 0 0.20 0.36 0.75 26.09 0.22 0.21
Hex 40 33 29 0 14 24 4B 1A 16 15
Octal 100 63 51 0 24 44 113 32 26 25
Binary 1000000 110011 101001 0 10100 100100 1001011 11010 10110 10101

Color Harmonies of #403329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403329

Black with #403329

Text Example


Text Example

White with #403329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403329; }

 p { color: rgb(64,51,41); }

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

background-color css

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

 a { background-color: rgb(64,51,41); }

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

border-color css

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

 span { border-color: rgb(64,51,41); }

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