#463227

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

Shades of Slugger #463227

Tints of Slugger #463227

Color information

#463227 (or 0x463227) is unknown color: approx Slugger. HEX triplet: 46, 32 and 27. RGB value is (70,50,39). Sum of RGB (Red+Green+Blue) = 70+50+39=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463227 is #B9CDD8. Grayscale: #363636. Windows color (decimal): -12176857 or 2568774. OLE color: 2568774.

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

Color convert

RGB705039-
CMYK00.290.440.73
HSL21.29º28.44%21.37%-
HSV(B)21.29º44.29%27.45%-
XYZ4.033.732.43-
YUV54.73119.13138.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=44.03%
G=31.45%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70503900.290.440.7321.2928.4421.37
Hex46322701D2C49151c15
Octal106624703554111253425
Binary10001101100101001110111011011001001001101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463227; }

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

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

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

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

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

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

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

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