#443126

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

Shades of Slugger #443126

Tints of Slugger #443126

Color information

#443126 (or 0x443126) is unknown color: approx Slugger. HEX triplet: 44, 31 and 26. RGB value is (68,49,38). Sum of RGB (Red+Green+Blue) = 68+49+38=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #443126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443126 is #BBCED9. Grayscale: #353535. Windows color (decimal): -12308186 or 2502980. OLE color: 2502980.

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

Color convert

RGB684938-
CMYK00.280.440.73
HSL22º28.3%20.78%-
HSV(B)22º44.12%26.67%-
XYZ3.833.572.32-
YUV53.43119.29138.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=43.87%
G=31.61%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68493800.280.440.732228.320.78
Hex44312601C2C49161c15
Octal104614603454111263425
Binary10001001100011001100111001011001001001101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443126; }

 p { color: rgb(68,49,38); }

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

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

 a { background-color: rgb(68,49,38); }

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

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

 span { border-color: rgb(68,49,38); }

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