#443128

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

Shades of Slugger #443128

Tints of Slugger #443128

Color information

#443128 (or 0x443128) is unknown color: approx Slugger. HEX triplet: 44, 31 and 28. RGB value is (68,49,40). Sum of RGB (Red+Green+Blue) = 68+49+40=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #443128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443128 is #BBCED7. Grayscale: #353535. Windows color (decimal): -12308184 or 2634052. OLE color: 2634052.

HSL color Cylindrical-coordinate representation of color #443128: hue angle of 19.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443128 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB684940-
CMYK00.280.410.73
HSL19.29º25.93%21.18%-
HSV(B)19.29º41.18%26.67%-
XYZ3.873.582.49-
YUV53.66120.29138.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=43.31%
G=31.21%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68494000.280.410.7319.2925.9321.18
Hex44312801C2949131a15
Octal104615003451111233225
Binary10001001100011010000111001010011001001100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443128; }

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

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

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

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

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

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

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

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