#483229

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

Shades of Slugger #483229

Tints of Slugger #483229

Color information

#483229 (or 0x483229) is unknown color: approx Slugger. HEX triplet: 48, 32 and 29. RGB value is (72,50,41). Sum of RGB (Red+Green+Blue) = 72+50+41=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483229 is #B7CDD6. Grayscale: #373737. Windows color (decimal): -12045783 or 2699848. OLE color: 2699848.

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

Color convert

RGB725041-
CMYK00.310.430.72
HSL17.42º27.43%22.16%-
HSV(B)17.42º43.06%28.24%-
XYZ4.213.822.61-
YUV55.55119.79139.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=44.17%
G=30.67%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72504100.310.430.7217.4227.4322.16
Hex48322901F2B48111b16
Octal110625103753110213326
Binary10010001100101010010111111010111001000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483229; }

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

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

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

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

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

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

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

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