#413126

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

Shades of Slugger #413126

Tints of Slugger #413126

Color information

#413126 (or 0x413126) is unknown color: approx Slugger. HEX triplet: 41, 31 and 26. RGB value is (65,49,38). Sum of RGB (Red+Green+Blue) = 65+49+38=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413126 is #BECED9. Grayscale: #343434. Windows color (decimal): -12504794 or 2502977. OLE color: 2502977.

HSL color Cylindrical-coordinate representation of color #413126: hue angle of 24.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413126 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB654938-
CMYK00.250.420.75
HSL24.44º26.21%20.2%-
HSV(B)24.44º41.54%25.49%-
XYZ3.633.462.31-
YUV52.53119.8136.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 38 (15.23% from 255) = 25%
R=42.76%
G=32.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65493800.250.420.7524.4426.2120.2
Hex4131260192A4B181a14
Octal101614603152113303224
Binary10000011100011001100110011010101001011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413126; }

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

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

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

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

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

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

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

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