#44332A

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

Shades of Slugger #44332A

Tints of Slugger #44332A

Color information

#44332A (or 0x44332A) is unknown color: approx Slugger. HEX triplet: 44, 33 and 2A. RGB value is (68,51,42). Sum of RGB (Red+Green+Blue) = 68+51+42=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #44332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44332A is #BBCCD5. Grayscale: #373737. Windows color (decimal): -12307670 or 2765636. OLE color: 2765636.

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

Color convert

RGB685142-
CMYK00.250.380.73
HSL20.77º23.64%21.57%-
HSV(B)20.77º38.24%26.67%-
XYZ3.993.762.71-
YUV55.06120.63137.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=42.24%
G=31.68%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68514200.250.380.7320.7723.6421.57
Hex44332A0192649151816
Octal104635203146111253026
Binary10001001100111010100110011001101001001101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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