#463328

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

Shades of Slugger #463328

Tints of Slugger #463328

Color information

#463328 (or 0x463328) is unknown color: approx Slugger. HEX triplet: 46, 33 and 28. RGB value is (70,51,40). Sum of RGB (Red+Green+Blue) = 70+51+40=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463328 is #B9CCD7. Grayscale: #373737. Windows color (decimal): -12176600 or 2634566. OLE color: 2634566.

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

Color convert

RGB705140-
CMYK00.270.430.73
HSL22º27.27%21.57%-
HSV(B)22º42.86%27.45%-
XYZ4.093.822.53-
YUV55.43119.29138.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=43.48%
G=31.68%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70514000.270.430.732227.2721.57
Hex46332801B2B49161b16
Octal106635003353111263326
Binary10001101100111010000110111010111001001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463328; }

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

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

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

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

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

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

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

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