#46332A

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

Shades of Slugger #46332A

Tints of Slugger #46332A

Color information

#46332A (or 0x46332A) is unknown color: approx Slugger. HEX triplet: 46, 33 and 2A. RGB value is (70,51,42). Sum of RGB (Red+Green+Blue) = 70+51+42=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46332A is #B9CCD5. Grayscale: #373737. Windows color (decimal): -12176598 or 2765638. OLE color: 2765638.

HSL color Cylindrical-coordinate representation of color #46332A: hue angle of 19.29º 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 #46332A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB705142-
CMYK00.270.400.73
HSL19.29º25%21.96%-
HSV(B)19.29º40%27.45%-
XYZ4.133.842.71-
YUV55.66120.29138.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=42.94%
G=31.29%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70514200.270.400.7319.292521.96
Hex46332A01B2849131916
Octal106635203350111233126
Binary10001101100111010100110111010001001001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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