#5E354A

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

Shades of Tawny Port #5E354A

Tints of Tawny Port #5E354A

Color information

#5E354A (or 0x5E354A) is unknown color: approx Tawny Port. HEX triplet: 5E, 35 and 4A. RGB value is (94,53,74). Sum of RGB (Red+Green+Blue) = 94+53+74=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E354A is #A1CAB5. Grayscale: #434343. Windows color (decimal): -10603190 or 4863326. OLE color: 4863326.

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

Color convert

RGB945374-
CMYK00.440.210.63
HSL329.27º27.89%28.82%-
HSV(B)329.27º43.62%36.86%-
XYZ7.135.427.15-
YUV67.65131.58146.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.53%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=42.53%
G=23.98%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94537400.440.210.63329.2727.8928.82
Hex5E354A02C153F1491c1d
Octal1366511205425775113435
Binary101111011010110010100101100101011111111010010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,53,74); }

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

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

 a { background-color: rgb(94,53,74); }

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

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

 span { border-color: rgb(94,53,74); }

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