#5A343F

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

Shades of Tawny Port #5A343F

Tints of Tawny Port #5A343F

Color information

#5A343F (or 0x5A343F) is unknown color: approx Tawny Port. HEX triplet: 5A, 34 and 3F. RGB value is (90,52,63). Sum of RGB (Red+Green+Blue) = 90+52+63=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A343F is #A5CBC0. Grayscale: #404040. Windows color (decimal): -10865601 or 4142170. OLE color: 4142170.

HSL color Cylindrical-coordinate representation of color #5A343F: hue angle of 342.63º 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 #5A343F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB905263-
CMYK00.420.300.65
HSL342.63º26.76%27.84%-
HSV(B)342.63º42.22%35.29%-
XYZ6.344.995.33-
YUV64.62127.09146.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 63 (25% from 255) = 30.73%
R=43.90%
G=25.37%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90526300.420.300.65342.6326.7627.84
Hex5A343F02A1E411571b1c
Octal1326477052361015273334
Binary101101011010011111101010101111010000011010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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