#413228

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

Shades of Slugger #413228

Tints of Slugger #413228

Color information

#413228 (or 0x413228) is unknown color: approx Slugger. HEX triplet: 41, 32 and 28. RGB value is (65,50,40). Sum of RGB (Red+Green+Blue) = 65+50+40=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413228 is #BECDD7. Grayscale: #353535. Windows color (decimal): -12504536 or 2634305. OLE color: 2634305.

HSL color Cylindrical-coordinate representation of color #413228: hue angle of 24º 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 #413228 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655040-
CMYK00.230.380.75
HSL24º23.81%20.59%-
HSV(B)24º38.46%25.49%-
XYZ3.73.562.5-
YUV53.34120.47136.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=41.94%
G=32.26%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65504000.230.380.752423.8120.59
Hex413228017264B181815
Octal101625002746113303025
Binary10000011100101010000101111001101001011110001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413228; }

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

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

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

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

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

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

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

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