#473228

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

Shades of Slugger #473228

Tints of Slugger #473228

Color information

#473228 (or 0x473228) is unknown color: approx Slugger. HEX triplet: 47, 32 and 28. RGB value is (71,50,40). Sum of RGB (Red+Green+Blue) = 71+50+40=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473228 is #B8CDD7. Grayscale: #373737. Windows color (decimal): -12111320 or 2634311. OLE color: 2634311.

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

Color convert

RGB715040-
CMYK00.300.440.72
HSL19.35º27.93%21.76%-
HSV(B)19.35º43.66%27.84%-
XYZ4.123.772.52-
YUV55.14119.46139.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=44.10%
G=31.06%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504000.300.440.7219.3527.9321.76
Hex47322801E2C48131c16
Octal107625003654110233426
Binary10001111100101010000111101011001001000100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473228; }

 p { color: rgb(71,50,40); }

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

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

 a { background-color: rgb(71,50,40); }

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

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

 span { border-color: rgb(71,50,40); }

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