#5A3245

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

Shades of Tawny Port #5A3245

Tints of Tawny Port #5A3245

Color information

#5A3245 (or 0x5A3245) is unknown color: approx Tawny Port. HEX triplet: 5A, 32 and 45. RGB value is (90,50,69). Sum of RGB (Red+Green+Blue) = 90+50+69=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3245 is #A5CDBA. Grayscale: #404040. Windows color (decimal): -10866107 or 4534874. OLE color: 4534874.

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

Color convert

RGB905069-
CMYK00.440.230.65
HSL331.5º28.57%27.45%-
HSV(B)331.5º44.44%35.29%-
XYZ6.434.886.23-
YUV64.13130.75146.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=43.06%
G=23.92%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90506900.440.230.65331.528.5727.45
Hex5A324502C174114c1d1b
Octal13262105054271015143533
Binary1011010110010100010101011001011110000011010011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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