#46322A

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

Shades of Slugger #46322A

Tints of Slugger #46322A

Color information

#46322A (or 0x46322A) is unknown color: approx Slugger. HEX triplet: 46, 32 and 2A. RGB value is (70,50,42). Sum of RGB (Red+Green+Blue) = 70+50+42=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46322A is #B9CDD5. Grayscale: #373737. Windows color (decimal): -12176854 or 2765382. OLE color: 2765382.

HSL color Cylindrical-coordinate representation of color #46322A: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46322A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB705042-
CMYK00.290.400.73
HSL17.14º25%21.96%-
HSV(B)17.14º40%27.45%-
XYZ4.083.752.7-
YUV55.07120.63138.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=43.21%
G=30.86%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70504200.290.400.7317.142521.96
Hex46322A01D2849111916
Octal106625203550111213126
Binary10001101100101010100111011010001001001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46322A; }

 p { color: rgb(70,50,42); }

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

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

 a { background-color: rgb(70,50,42); }

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

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

 span { border-color: rgb(70,50,42); }

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