#5A3D45

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

Shades of Tawny Port #5A3D45

Tints of Tawny Port #5A3D45

Color information

#5A3D45 (or 0x5A3D45) is unknown color: approx Tawny Port. HEX triplet: 5A, 3D and 45. RGB value is (90,61,69). Sum of RGB (Red+Green+Blue) = 90+61+69=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D45 is #A5C2BA. Grayscale: #464646. Windows color (decimal): -10863291 or 4537690. OLE color: 4537690.

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

Color convert

RGB906169-
CMYK00.320.230.65
HSL343.45º19.21%29.61%-
HSV(B)343.45º32.22%35.29%-
XYZ6.965.946.41-
YUV70.58127.11141.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=40.91%
G=27.73%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90616900.320.230.65343.4519.2129.61
Hex5A3D450201741157131e
Octal13275105040271015272336
Binary1011010111101100010101000001011110000011010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,69); }

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

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

 a { background-color: rgb(90,61,69); }

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

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

 span { border-color: rgb(90,61,69); }

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