#5A3440

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

Shades of Tawny Port #5A3440

Tints of Tawny Port #5A3440

Color information

#5A3440 (or 0x5A3440) is unknown color: approx Tawny Port. HEX triplet: 5A, 34 and 40. RGB value is (90,52,64). Sum of RGB (Red+Green+Blue) = 90+52+64=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3440 is #A5CBBF. Grayscale: #404040. Windows color (decimal): -10865600 or 4207706. OLE color: 4207706.

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

Color convert

RGB905264-
CMYK00.420.290.65
HSL341.05º26.76%27.84%-
HSV(B)341.05º42.22%35.29%-
XYZ6.3755.48-
YUV64.73127.59146.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=43.69%
G=25.24%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90526400.420.290.65341.0526.7627.84
Hex5A344002A1D411551b1c
Octal13264100052351015253334
Binary1011010110100100000001010101110110000011010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,64); }

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

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

 a { background-color: rgb(90,52,64); }

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

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

 span { border-color: rgb(90,52,64); }

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