#473328

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

Shades of Slugger #473328

Tints of Slugger #473328

Color information

#473328 (or 0x473328) is unknown color: approx Slugger. HEX triplet: 47, 33 and 28. RGB value is (71,51,40). Sum of RGB (Red+Green+Blue) = 71+51+40=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #473328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473328 is #B8CCD7. Grayscale: #373737. Windows color (decimal): -12111064 or 2634567. OLE color: 2634567.

HSL color Cylindrical-coordinate representation of color #473328: hue angle of 21.29º 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 #473328 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB715140-
CMYK00.280.440.72
HSL21.29º27.93%21.76%-
HSV(B)21.29º43.66%27.84%-
XYZ4.173.862.53-
YUV55.73119.13138.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=43.83%
G=31.48%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71514000.280.440.7221.2927.9321.76
Hex47332801C2C48151c16
Octal107635003454110253426
Binary10001111100111010000111001011001001000101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473328; }

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

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

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

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

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

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

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

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