Html Css Color HEX #59404A Tawny Port

📋 copy color: '#59404A'

red 89 ◦ green 64 ◦ blue 74

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

Shades of Tawny Port #59404A

Tints of Tawny Port #59404A

RGB

 RED value IS 89 (35.16% from 255) = 39.21%

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 39.21%
G = 28.19%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59404A (or 0x59404A) is known color: Tawny Port. HEX triplet: 59, 40 and 4A. RGB value is (89,64,74). Sum of RGB (Red+Green+Blue) = 89+64+74=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #59404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59404A is #A6BFB5. Grayscale: #484848. Windows color (decimal): -10928054 or 4866137. OLE color: 4866137.

HSL color Cylindrical-coordinate representation of color #59404A: hue angle of 336º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59404A is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 74 -
CMYK 0 0.28 0.17 0.65
HSL 336º 0.16% 0.3% -
HSV(B) 336º 0.28% 0.35% -
XYZ 7.19 6.29 7.31 -
YUV 72.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 89 64 74 0 0.28 0.17 0.65 336 0.16 0.3
Hex 59 40 4A 0 1C 11 41 150 10 1E
Octal 131 100 112 0 34 21 101 520 20 36
Binary 1011001 1000000 1001010 0 11100 10001 1000001 101010000 10000 11110

Color Harmonies of #59404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59404A

Black with #59404A

Text Example


Text Example

White with #59404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59404A; }

 p { color: rgb(89,64,74); }

 H1.HeaderClassName
 {
   color: #59404A;
 }
 .AnyTagClassName
 {
   color: #59404A;
 }
</style>

background-color css

<style>
 a { background-color: #59404A; }

 a { background-color: rgb(89,64,74); }

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

border-color css

<style>
 span { border-color: #59404A; }

 span { border-color: rgb(89,64,74); }

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