#5A4149

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

Shades of Tawny Port #5A4149

Tints of Tawny Port #5A4149

Color information

#5A4149 (or 0x5A4149) is unknown color: approx Tawny Port. HEX triplet: 5A, 41 and 49. RGB value is (90,65,73). Sum of RGB (Red+Green+Blue) = 90+65+73=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4149 is #A5BEB6. Grayscale: #494949. Windows color (decimal): -10862263 or 4800858. OLE color: 4800858.

HSL color Cylindrical-coordinate representation of color #5A4149: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4149 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB906573-
CMYK00.280.190.65
HSL340.8º16.13%30.39%-
HSV(B)340.8º27.78%35.29%-
XYZ7.316.447.16-
YUV73.39127.78139.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=39.47%
G=28.51%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90657300.280.190.65340.816.1330.39
Hex5A414901C1341155101e
Octal132101111034231015252036
Binary1011010100000110010010111001001110000011010101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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