#5E3049

Color #5E3049 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5E3049

Tints of Tawny Port #5E3049

Color information

#5E3049 (or 0x5E3049) is unknown color: approx Tawny Port. HEX triplet: 5E, 30 and 49. RGB value is (94,48,73). Sum of RGB (Red+Green+Blue) = 94+48+73=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3049 is #A1CFB6. Grayscale: #404040. Windows color (decimal): -10604471 or 4796510. OLE color: 4796510.

HSL color Cylindrical-coordinate representation of color #5E3049: hue angle of 327.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3049 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB944873-
CMYK00.490.220.63
HSL327.39º32.39%27.84%-
HSV(B)327.39º48.94%36.86%-
XYZ6.884.976.9-
YUV64.6132.74148.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.72%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=43.72%
G=22.33%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94487300.490.220.63327.3932.3927.84
Hex5E3049031163F147201c
Octal1366011106126775074034
Binary1011110110000100100101100011011011111110100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3049; }

 p { color: rgb(94,48,73); }

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

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

 a { background-color: rgb(94,48,73); }

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

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

 span { border-color: rgb(94,48,73); }

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