#473226

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

Shades of Slugger #473226

Tints of Slugger #473226

Color information

#473226 (or 0x473226) is unknown color: approx Slugger. HEX triplet: 47, 32 and 26. RGB value is (71,50,38). Sum of RGB (Red+Green+Blue) = 71+50+38=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473226 is #B8CDD9. Grayscale: #363636. Windows color (decimal): -12111322 or 2503239. OLE color: 2503239.

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

Color convert

RGB715038-
CMYK00.300.460.72
HSL21.82º30.28%21.37%-
HSV(B)21.82º46.48%27.84%-
XYZ4.093.762.34-
YUV54.91118.46139.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=44.65%
G=31.45%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71503800.300.460.7221.8230.2821.37
Hex47322601E2E48161e15
Octal107624603656110263625
Binary10001111100101001100111101011101001000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473226; }

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

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

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

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

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

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

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

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