#5A3845

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

Shades of Tawny Port #5A3845

Tints of Tawny Port #5A3845

Color information

#5A3845 (or 0x5A3845) is unknown color: approx Tawny Port. HEX triplet: 5A, 38 and 45. RGB value is (90,56,69). Sum of RGB (Red+Green+Blue) = 90+56+69=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3845 is #A5C7BA. Grayscale: #434343. Windows color (decimal): -10864571 or 4536410. OLE color: 4536410.

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

Color convert

RGB905669-
CMYK00.380.230.65
HSL337.06º23.29%28.63%-
HSV(B)337.06º37.78%35.29%-
XYZ6.75.436.33-
YUV67.65128.76143.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=41.86%
G=26.05%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90566900.380.230.65337.0623.2928.63
Hex5A38450261741151171d
Octal13270105046271015212735
Binary1011010111000100010101001101011110000011010100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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