Html Css Color HEX #5A4047 Tawny Port

📋 copy color: '#5A4047'

red 90 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #5A4047

Tints of Tawny Port #5A4047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 40%
G = 28.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A4047 (or 0x5A4047) is known color: Tawny Port. HEX triplet: 5A, 40 and 47. RGB value is (90,64,71). Sum of RGB (Red+Green+Blue) = 90+64+71=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4047 is #A5BFB8. Grayscale: #484848. Windows color (decimal): -10862521 or 4669530. OLE color: 4669530.

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

Color convert

RGB 90 64 71 -
CMYK 0 0.29 0.21 0.65
HSL 343.85º 0.17% 0.3% -
HSV(B) 343.85º 0.29% 0.35% -
XYZ 7.19 6.3 6.8 -
YUV 72.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 90 64 71 0 0.29 0.21 0.65 343.85 0.17 0.3
Hex 5A 40 47 0 1D 15 41 158 11 1E
Octal 132 100 107 0 35 25 101 530 21 36
Binary 1011010 1000000 1000111 0 11101 10101 1000001 101011000 10001 11110

Color Harmonies of #5A4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4047

Black with #5A4047

Text Example


Text Example

White with #5A4047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,71); }

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

background-color css

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

 a { background-color: rgb(90,64,71); }

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

border-color css

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

 span { border-color: rgb(90,64,71); }

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