#463329

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

Shades of Slugger #463329

Tints of Slugger #463329

Color information

#463329 (or 0x463329) is unknown color: approx Slugger. HEX triplet: 46, 33 and 29. RGB value is (70,51,41). Sum of RGB (Red+Green+Blue) = 70+51+41=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463329 is #B9CCD6. Grayscale: #373737. Windows color (decimal): -12176599 or 2700102. OLE color: 2700102.

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

Color convert

RGB705141-
CMYK00.270.410.73
HSL20.69º26.13%21.76%-
HSV(B)20.69º41.43%27.45%-
XYZ4.113.832.62-
YUV55.54119.79138.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=43.21%
G=31.48%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70514100.270.410.7320.6926.1321.76
Hex46332901B2949151a16
Octal106635103351111253226
Binary10001101100111010010110111010011001001101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463329; }

 p { color: rgb(70,51,41); }

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

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

 a { background-color: rgb(70,51,41); }

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

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

 span { border-color: rgb(70,51,41); }

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