Html Css Color HEX #5A3742 Tawny Port

📋 copy color: '#5A3742'

red 90 ◦ green 55 ◦ blue 66

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

Shades of Tawny Port #5A3742

Tints of Tawny Port #5A3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 42.65%
G = 26.07%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A3742 (or 0x5A3742) is known color: Tawny Port. HEX triplet: 5A, 37 and 42. RGB value is (90,55,66). Sum of RGB (Red+Green+Blue) = 90+55+66=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3742 is #A5C8BD. Grayscale: #424242. Windows color (decimal): -10864830 or 4339546. OLE color: 4339546.

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

Color convert

RGB 90 55 66 -
CMYK 0 0.39 0.27 0.65
HSL 341.14º 0.24% 0.28% -
HSV(B) 341.14º 0.39% 0.35% -
XYZ 6.57 5.3 5.83 -
YUV 66.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 90 55 66 0 0.39 0.27 0.65 341.14 0.24 0.28
Hex 5A 37 42 0 27 1B 41 155 18 1C
Octal 132 67 102 0 47 33 101 525 30 34
Binary 1011010 110111 1000010 0 100111 11011 1000001 101010101 11000 11100

Color Harmonies of #5A3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3742

Black with #5A3742

Text Example


Text Example

White with #5A3742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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