#44322A

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

Shades of Slugger #44322A

Tints of Slugger #44322A

Color information

#44322A (or 0x44322A) is unknown color: approx Slugger. HEX triplet: 44, 32 and 2A. RGB value is (68,50,42). Sum of RGB (Red+Green+Blue) = 68+50+42=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #44322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44322A is #BBCDD5. Grayscale: #363636. Windows color (decimal): -12307926 or 2765380. OLE color: 2765380.

HSL color Cylindrical-coordinate representation of color #44322A: hue angle of 18.46º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44322A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB685042-
CMYK00.260.380.73
HSL18.46º23.64%21.57%-
HSV(B)18.46º38.24%26.67%-
XYZ3.943.682.69-
YUV54.47120.96137.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=42.5%
G=31.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68504200.260.380.7318.4623.6421.57
Hex44322A01A2649121816
Octal104625203246111223026
Binary10001001100101010100110101001101001001100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44322A; }

 p { color: rgb(68,50,42); }

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

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

 a { background-color: rgb(68,50,42); }

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

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

 span { border-color: rgb(68,50,42); }

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