#413328

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

Shades of Slugger #413328

Tints of Slugger #413328

Color information

#413328 (or 0x413328) is unknown color: approx Slugger. HEX triplet: 41, 33 and 28. RGB value is (65,51,40). Sum of RGB (Red+Green+Blue) = 65+51+40=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413328 is #BECCD7. Grayscale: #353535. Windows color (decimal): -12504280 or 2634561. OLE color: 2634561.

HSL color Cylindrical-coordinate representation of color #413328: hue angle of 26.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413328 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655140-
CMYK00.220.380.75
HSL26.4º23.81%20.59%-
HSV(B)26.4º38.46%25.49%-
XYZ3.753.642.51-
YUV53.93120.14135.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=41.67%
G=32.69%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65514000.220.380.7526.423.8120.59
Hex413328016264B1a1815
Octal101635002646113323025
Binary10000011100111010000101101001101001011110101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413328; }

 p { color: rgb(65,51,40); }

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

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

 a { background-color: rgb(65,51,40); }

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

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

 span { border-color: rgb(65,51,40); }

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