Html Css Color HEX #5A424A Tawny Port

📋 copy color: '#5A424A'

red 90 ◦ green 66 ◦ blue 74

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

Shades of Tawny Port #5A424A

Tints of Tawny Port #5A424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 39.13%
G = 28.7%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A424A (or 0x5A424A) is known color: Tawny Port. HEX triplet: 5A, 42 and 4A. RGB value is (90,66,74). Sum of RGB (Red+Green+Blue) = 90+66+74=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A424A is #A5BDB5. Grayscale: #4A4A4A. Windows color (decimal): -10862006 or 4866650. OLE color: 4866650.

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

Color convert

RGB 90 66 74 -
CMYK 0 0.27 0.18 0.65
HSL 340º 0.15% 0.31% -
HSV(B) 340º 0.27% 0.35% -
XYZ 7.4 6.56 7.36 -
YUV 74.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 90 66 74 0 0.27 0.18 0.65 340 0.15 0.31
Hex 5A 42 4A 0 1B 12 41 154 F 1F
Octal 132 102 112 0 33 22 101 524 17 37
Binary 1011010 1000010 1001010 0 11011 10010 1000001 101010100 1111 11111

Color Harmonies of #5A424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A424A

Black with #5A424A

Text Example


Text Example

White with #5A424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,74); }

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

background-color css

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

 a { background-color: rgb(90,66,74); }

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

border-color css

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

 span { border-color: rgb(90,66,74); }

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