Html Css Color HEX #59414A Tawny Port

📋 copy color: '#59414A'

red 89 ◦ green 65 ◦ blue 74

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

Shades of Tawny Port #59414A

Tints of Tawny Port #59414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 39.04%
G = 28.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59414A (or 0x59414A) is known color: Tawny Port. HEX triplet: 59, 41 and 4A. RGB value is (89,65,74). Sum of RGB (Red+Green+Blue) = 89+65+74=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #59414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59414A is #A6BEB5. Grayscale: #494949. Windows color (decimal): -10927798 or 4866393. OLE color: 4866393.

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

Color convert

RGB 89 65 74 -
CMYK 0 0.27 0.17 0.65
HSL 337.5º 0.16% 0.3% -
HSV(B) 337.5º 0.27% 0.35% -
XYZ 7.25 6.4 7.33 -
YUV 73.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 89 65 74 0 0.27 0.17 0.65 337.5 0.16 0.3
Hex 59 41 4A 0 1B 11 41 152 10 1E
Octal 131 101 112 0 33 21 101 522 20 36
Binary 1011001 1000001 1001010 0 11011 10001 1000001 101010010 10000 11110

Color Harmonies of #59414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59414A

Black with #59414A

Text Example


Text Example

White with #59414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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