Html Css Color HEX #5A3F49 Tawny Port

📋 copy color: '#5A3F49'

red 90 ◦ green 63 ◦ blue 73

#5A3F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #5A3F49

Tints of Tawny Port #5A3F49

RGB

 RED value IS 90 (35.55% from 255) = 39.82%

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 39.82%
G = 27.88%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A3F49 (or 0x5A3F49) is known color: Tawny Port. HEX triplet: 5A, 3F and 49. RGB value is (90,63,73). Sum of RGB (Red+Green+Blue) = 90+63+73=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F49 is #A5C0B6. Grayscale: #484848. Windows color (decimal): -10862775 or 4800346. OLE color: 4800346.

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

Color convert

RGB 90 63 73 -
CMYK 0 0.30 0.19 0.65
HSL 337.78º 0.18% 0.3% -
HSV(B) 337.78º 0.3% 0.35% -
XYZ 7.2 6.21 7.12 -
YUV 72.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 90 63 73 0 0.30 0.19 0.65 337.78 0.18 0.3
Hex 5A 3F 49 0 1E 13 41 152 12 1E
Octal 132 77 111 0 36 23 101 522 22 36
Binary 1011010 111111 1001001 0 11110 10011 1000001 101010010 10010 11110

Color Harmonies of #5A3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3F49

Black with #5A3F49

Text Example


Text Example

White with #5A3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,63,73); }

 H1.HeaderClassName
 {
   color: #5A3F49;
 }
 .AnyTagClassName
 {
   color: #5A3F49;
 }
</style>

background-color css

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

 a { background-color: rgb(90,63,73); }

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

border-color css

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

 span { border-color: rgb(90,63,73); }

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