Html Css Color HEX #5A4349 Tawny Port

📋 copy color: '#5A4349'

red 90 ◦ green 67 ◦ blue 73

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

Shades of Tawny Port #5A4349

Tints of Tawny Port #5A4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 39.13%
G = 29.13%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A4349 (or 0x5A4349) is known color: Tawny Port. HEX triplet: 5A, 43 and 49. RGB value is (90,67,73). Sum of RGB (Red+Green+Blue) = 90+67+73=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4349 is #A5BCB6. Grayscale: #4A4A4A. Windows color (decimal): -10861751 or 4801370. OLE color: 4801370.

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

Color convert

RGB 90 67 73 -
CMYK 0 0.26 0.19 0.65
HSL 344.35º 0.15% 0.31% -
HSV(B) 344.35º 0.26% 0.35% -
XYZ 7.43 6.67 7.2 -
YUV 74.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 90 67 73 0 0.26 0.19 0.65 344.35 0.15 0.31
Hex 5A 43 49 0 1A 13 41 158 F 1F
Octal 132 103 111 0 32 23 101 530 17 37
Binary 1011010 1000011 1001001 0 11010 10011 1000001 101011000 1111 11111

Color Harmonies of #5A4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4349

Black with #5A4349

Text Example


Text Example

White with #5A4349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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