#463429

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

Shades of Slugger #463429

Tints of Slugger #463429

Color information

#463429 (or 0x463429) is unknown color: approx Slugger. HEX triplet: 46, 34 and 29. RGB value is (70,52,41). Sum of RGB (Red+Green+Blue) = 70+52+41=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463429 is #B9CBD6. Grayscale: #383838. Windows color (decimal): -12176343 or 2700358. OLE color: 2700358.

HSL color Cylindrical-coordinate representation of color #463429: hue angle of 22.76º 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 #463429 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB705241-
CMYK00.260.410.73
HSL22.76º26.13%21.76%-
HSV(B)22.76º41.43%27.45%-
XYZ4.153.922.64-
YUV56.13119.46137.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=42.94%
G=31.90%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70524100.260.410.7322.7626.1321.76
Hex46342901A2949171a16
Octal106645103251111273226
Binary10001101101001010010110101010011001001101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463429; }

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

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

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

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

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

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

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

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