Html Css Color HEX #403328 Slugger

📋 copy color: '#403328'

red 64 ◦ green 51 ◦ blue 40

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

Shades of Slugger #403328

Tints of Slugger #403328

RGB

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

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

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

R = 41.29%
G = 32.9%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#403328 (or 0x403328) is known color: Slugger. HEX triplet: 40, 33 and 28. RGB value is (64,51,40). Sum of RGB (Red+Green+Blue) = 64+51+40=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403328 is #BFCCD7. Grayscale: #353535. Windows color (decimal): -12569816 or 2634560. OLE color: 2634560.

HSL color Cylindrical-coordinate representation of color #403328: hue angle of 27.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 #403328 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 51 40 -
CMYK 0 0.20 0.38 0.75
HSL 27.5º 0.23% 0.2% -
HSV(B) 27.5º 0.38% 0.25% -
XYZ 3.68 3.61 2.51 -
YUV 53.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 64 51 40 0 0.20 0.38 0.75 27.5 0.23 0.2
Hex 40 33 28 0 14 26 4B 1C 17 14
Octal 100 63 50 0 24 46 113 34 27 24
Binary 1000000 110011 101000 0 10100 100110 1001011 11100 10111 10100

Color Harmonies of #403328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403328

Black with #403328

Text Example


Text Example

White with #403328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403328; }

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

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

background-color css

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

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

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

border-color css

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

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

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