#473227

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

Shades of Slugger #473227

Tints of Slugger #473227

Color information

#473227 (or 0x473227) is unknown color: approx Slugger. HEX triplet: 47, 32 and 27. RGB value is (71,50,39). Sum of RGB (Red+Green+Blue) = 71+50+39=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473227 is #B8CDD8. Grayscale: #373737. Windows color (decimal): -12111321 or 2568775. OLE color: 2568775.

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

Color convert

RGB715039-
CMYK00.300.450.72
HSL20.62º29.09%21.57%-
HSV(B)20.62º45.07%27.84%-
XYZ4.113.772.43-
YUV55.02118.96139.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=44.38%
G=31.25%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71503900.300.450.7220.6229.0921.57
Hex47322701E2D48151d16
Octal107624703655110253526
Binary10001111100101001110111101011011001000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473227; }

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

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

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

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

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

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

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

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