#463229

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

Shades of Slugger #463229

Tints of Slugger #463229

Color information

#463229 (or 0x463229) is unknown color: approx Slugger. HEX triplet: 46, 32 and 29. RGB value is (70,50,41). Sum of RGB (Red+Green+Blue) = 70+50+41=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463229 is #B9CDD6. Grayscale: #373737. Windows color (decimal): -12176855 or 2699846. OLE color: 2699846.

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

Color convert

RGB705041-
CMYK00.290.410.73
HSL18.62º26.13%21.76%-
HSV(B)18.62º41.43%27.45%-
XYZ4.073.742.61-
YUV54.95120.13138.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=43.48%
G=31.06%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70504100.290.410.7318.6226.1321.76
Hex46322901D2949131a16
Octal106625103551111233226
Binary10001101100101010010111011010011001001100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463229; }

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

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

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

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

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

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

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

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