#443328

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

Shades of Slugger #443328

Tints of Slugger #443328

Color information

#443328 (or 0x443328) is unknown color: approx Slugger. HEX triplet: 44, 33 and 28. RGB value is (68,51,40). Sum of RGB (Red+Green+Blue) = 68+51+40=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #443328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443328 is #BBCCD7. Grayscale: #363636. Windows color (decimal): -12307672 or 2634564. OLE color: 2634564.

HSL color Cylindrical-coordinate representation of color #443328: hue angle of 23.57º 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 #443328 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB685140-
CMYK00.250.410.73
HSL23.57º25.93%21.18%-
HSV(B)23.57º41.18%26.67%-
XYZ3.953.752.52-
YUV54.83119.63137.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=42.77%
G=32.08%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68514000.250.410.7323.5725.9321.18
Hex4433280192949181a15
Octal104635003151111303225
Binary10001001100111010000110011010011001001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443328; }

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

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

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

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

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

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

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

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