#473327

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

Shades of Slugger #473327

Tints of Slugger #473327

Color information

#473327 (or 0x473327) is unknown color: approx Slugger. HEX triplet: 47, 33 and 27. RGB value is (71,51,39). Sum of RGB (Red+Green+Blue) = 71+51+39=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473327 is #B8CCD8. Grayscale: #373737. Windows color (decimal): -12111065 or 2569031. OLE color: 2569031.

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

Color convert

RGB715139-
CMYK00.280.450.72
HSL22.5º29.09%21.57%-
HSV(B)22.5º45.07%27.84%-
XYZ4.153.852.44-
YUV55.61118.63138.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=44.10%
G=31.68%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513900.280.450.7222.529.0921.57
Hex47332701C2D48161d16
Octal107634703455110263526
Binary10001111100111001110111001011011001000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473327; }

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

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

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

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

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

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

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

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