#473229

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

Shades of Slugger #473229

Tints of Slugger #473229

Color information

#473229 (or 0x473229) is unknown color: approx Slugger. HEX triplet: 47, 32 and 29. RGB value is (71,50,41). Sum of RGB (Red+Green+Blue) = 71+50+41=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #473229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473229 is #B8CDD6. Grayscale: #373737. Windows color (decimal): -12111319 or 2699847. OLE color: 2699847.

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

Color convert

RGB715041-
CMYK00.300.420.72
HSL18º26.79%21.96%-
HSV(B)18º42.25%27.84%-
XYZ4.143.782.61-
YUV55.25119.96139.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=43.83%
G=30.86%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504100.300.420.721826.7921.96
Hex47322901E2A48121b16
Octal107625103652110223326
Binary10001111100101010010111101010101001000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473229; }

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

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

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

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

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

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

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

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