#403228

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

Shades of Slugger #403228

Tints of Slugger #403228

Color information

#403228 (or 0x403228) is unknown color: approx Slugger. HEX triplet: 40, 32 and 28. RGB value is (64,50,40). Sum of RGB (Red+Green+Blue) = 64+50+40=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403228 is #BFCDD7. Grayscale: #353535. Windows color (decimal): -12570072 or 2634304. OLE color: 2634304.

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

Color convert

RGB645040-
CMYK00.220.380.75
HSL25º23.08%20.39%-
HSV(B)25º37.5%25.1%-
XYZ3.643.522.5-
YUV53.05120.64135.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=41.56%
G=32.47%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64504000.220.380.752523.0820.39
Hex403228016264B191714
Octal100625002646113312724
Binary10000001100101010000101101001101001011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403228; }

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

 H1.HeaderClassName
 {
   color: #403228;
 }
 .AnyTagClassName
 {
   color: #403228;
 }
</style>
background-color css

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

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

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

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

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

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