#443229

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

Shades of Slugger #443229

Tints of Slugger #443229

Color information

#443229 (or 0x443229) is unknown color: approx Slugger. HEX triplet: 44, 32 and 29. RGB value is (68,50,41). Sum of RGB (Red+Green+Blue) = 68+50+41=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #443229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443229 is #BBCDD6. Grayscale: #363636. Windows color (decimal): -12307927 or 2699844. OLE color: 2699844.

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

Color convert

RGB685041-
CMYK00.260.400.73
HSL20º24.77%21.37%-
HSV(B)20º39.71%26.67%-
XYZ3.923.672.6-
YUV54.36120.46137.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=42.77%
G=31.45%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68504100.260.400.732024.7721.37
Hex44322901A2849141915
Octal104625103250111243125
Binary10001001100101010010110101010001001001101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443229; }

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

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

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

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

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

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

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

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