#413227

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

Shades of Slugger #413227

Tints of Slugger #413227

Color information

#413227 (or 0x413227) is unknown color: approx Slugger. HEX triplet: 41, 32 and 27. RGB value is (65,50,39). Sum of RGB (Red+Green+Blue) = 65+50+39=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413227 is #BECDD8. Grayscale: #353535. Windows color (decimal): -12504537 or 2568769. OLE color: 2568769.

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

Color convert

RGB655039-
CMYK00.230.400.75
HSL25.38º25%20.39%-
HSV(B)25.38º40%25.49%-
XYZ3.693.552.41-
YUV53.23119.97136.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=42.21%
G=32.47%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503900.230.400.7525.382520.39
Hex413227017284B191914
Octal101624702750113313124
Binary10000011100101001110101111010001001011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413227; }

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

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

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

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

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

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

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

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