#5A3F49

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

Shades of Tawny Port #5A3F49

Tints of Tawny Port #5A3F49

Color information

#5A3F49 (or 0x5A3F49) is unknown color: approx Tawny Port. HEX triplet: 5A, 3F and 49. RGB value is (90,63,73). Sum of RGB (Red+Green+Blue) = 90+63+73=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F49 is #A5C0B6. Grayscale: #484848. Windows color (decimal): -10862775 or 4800346. OLE color: 4800346.

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

Color convert

RGB906373-
CMYK00.300.190.65
HSL337.78º17.65%30%-
HSV(B)337.78º30%35.29%-
XYZ7.26.217.12-
YUV72.21128.45140.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=39.82%
G=27.88%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90637300.300.190.65337.7817.6530
Hex5A3F4901E1341152121e
Octal13277111036231015222236
Binary101101011111110010010111101001110000011010100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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