#403328

Color #403328 Slugger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slugger #403328

Tints of Slugger #403328

Color information

#403328 (or 0x403328) is unknown color: approx 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

RGB645140-
CMYK00.200.380.75
HSL27.5º23.08%20.39%-
HSV(B)27.5º37.5%25.1%-
XYZ3.683.612.51-
YUV53.63120.31135.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=41.29%
G=32.90%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514000.200.380.7527.523.0820.39
Hex403328014264B1b1714
Octal100635002446113332724
Binary10000001100111010000101001001101001011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>