#44332B

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

Shades of Slugger #44332B

Tints of Slugger #44332B

Color information

#44332B (or 0x44332B) is unknown color: approx Slugger. HEX triplet: 44, 33 and 2B. RGB value is (68,51,43). Sum of RGB (Red+Green+Blue) = 68+51+43=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #44332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44332B is #BBCCD4. Grayscale: #373737. Windows color (decimal): -12307669 or 2831172. OLE color: 2831172.

HSL color Cylindrical-coordinate representation of color #44332B: hue angle of 19.2º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44332B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB685143-
CMYK00.250.370.73
HSL19.2º22.52%21.76%-
HSV(B)19.2º36.76%26.67%-
XYZ43.772.8-
YUV55.17121.13137.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=41.98%
G=31.48%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68514300.250.370.7319.222.5221.76
Hex44332B0192549131716
Octal104635303145111232726
Binary10001001100111010110110011001011001001100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44332B; }

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

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

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

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

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

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

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

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