#5E4149

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

Shades of Tawny Port #5E4149

Tints of Tawny Port #5E4149

Color information

#5E4149 (or 0x5E4149) is unknown color: approx Tawny Port. HEX triplet: 5E, 41 and 49. RGB value is (94,65,73). Sum of RGB (Red+Green+Blue) = 94+65+73=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4149 is #A1BEB6. Grayscale: #4A4A4A. Windows color (decimal): -10600119 or 4800862. OLE color: 4800862.

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

Color convert

RGB946573-
CMYK00.310.220.63
HSL343.45º18.24%31.18%-
HSV(B)343.45º30.85%36.86%-
XYZ7.716.647.18-
YUV74.58127.11141.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=40.52%
G=28.02%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94657300.310.220.63343.4518.2431.18
Hex5E414901F163F157121f
Octal13610111103726775272237
Binary101111010000011001001011111101101111111010101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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