#5A424A

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

Shades of Tawny Port #5A424A

Tints of Tawny Port #5A424A

Color information

#5A424A (or 0x5A424A) is unknown color: approx Tawny Port. HEX triplet: 5A, 42 and 4A. RGB value is (90,66,74). Sum of RGB (Red+Green+Blue) = 90+66+74=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A424A is #A5BDB5. Grayscale: #4A4A4A. Windows color (decimal): -10862006 or 4866650. OLE color: 4866650.

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

Color convert

RGB906674-
CMYK00.270.180.65
HSL340º15.38%30.59%-
HSV(B)340º26.67%35.29%-
XYZ7.46.567.36-
YUV74.09127.95139.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=39.13%
G=28.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90667400.270.180.6534015.3830.59
Hex5A424A01B1241154f1f
Octal132102112033221015241737
Binary101101010000101001010011011100101000001101010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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