Html Css Color HEX #403128 Slugger

📋 copy color: '#403128'

red 64 ◦ green 49 ◦ blue 40

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

Shades of Slugger #403128

Tints of Slugger #403128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 41.83%
G = 32.03%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#403128 (or 0x403128) is known color: Slugger. HEX triplet: 40, 31 and 28. RGB value is (64,49,40). Sum of RGB (Red+Green+Blue) = 64+49+40=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403128 is #BFCED7. Grayscale: #343434. Windows color (decimal): -12570328 or 2634048. OLE color: 2634048.

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

Color convert

RGB 64 49 40 -
CMYK 0 0.23 0.38 0.75
HSL 22.5º 0.23% 0.2% -
HSV(B) 22.5º 0.38% 0.25% -
XYZ 3.6 3.44 2.48 -
YUV 52.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 64 49 40 0 0.23 0.38 0.75 22.5 0.23 0.2
Hex 40 31 28 0 17 26 4B 16 17 14
Octal 100 61 50 0 27 46 113 26 27 24
Binary 1000000 110001 101000 0 10111 100110 1001011 10110 10111 10100

Color Harmonies of #403128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403128

Black with #403128

Text Example


Text Example

White with #403128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403128; }

 p { color: rgb(64,49,40); }

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

background-color css

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

 a { background-color: rgb(64,49,40); }

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

border-color css

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

 span { border-color: rgb(64,49,40); }

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