#5A3A42

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

Shades of Tawny Port #5A3A42

Tints of Tawny Port #5A3A42

Color information

#5A3A42 (or 0x5A3A42) is unknown color: approx Tawny Port. HEX triplet: 5A, 3A and 42. RGB value is (90,58,66). Sum of RGB (Red+Green+Blue) = 90+58+66=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A42 is #A5C5BD. Grayscale: #444444. Windows color (decimal): -10864062 or 4340314. OLE color: 4340314.

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

Color convert

RGB905866-
CMYK00.360.270.65
HSL345º21.62%29.02%-
HSV(B)345º35.56%35.29%-
XYZ6.715.595.88-
YUV68.48126.6143.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.06%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=42.06%
G=27.10%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90586600.360.270.6534521.6229.02
Hex5A3A420241B41159161d
Octal13272102044331015312635
Binary1011010111010100001001001001101110000011010110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,58,66); }

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

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

 a { background-color: rgb(90,58,66); }

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

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

 span { border-color: rgb(90,58,66); }

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