Html Css Color HEX #5A3641 Tawny Port

📋 copy color: '#5A3641'

red 90 ◦ green 54 ◦ blue 65

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

Shades of Tawny Port #5A3641

Tints of Tawny Port #5A3641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 43.06%
G = 25.84%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A3641 (or 0x5A3641) is known color: Tawny Port. HEX triplet: 5A, 36 and 41. RGB value is (90,54,65). Sum of RGB (Red+Green+Blue) = 90+54+65=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3641 is #A5C9BE. Grayscale: #424242. Windows color (decimal): -10865087 or 4273754. OLE color: 4273754.

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

Color convert

RGB 90 54 65 -
CMYK 0 0.40 0.28 0.65
HSL 341.67º 0.25% 0.28% -
HSV(B) 341.67º 0.4% 0.35% -
XYZ 6.49 5.19 5.66 -
YUV 66.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 90 54 65 0 0.40 0.28 0.65 341.67 0.25 0.28
Hex 5A 36 41 0 28 1C 41 156 19 1C
Octal 132 66 101 0 50 34 101 526 31 34
Binary 1011010 110110 1000001 0 101000 11100 1000001 101010110 11001 11100

Color Harmonies of #5A3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3641

Black with #5A3641

Text Example


Text Example

White with #5A3641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,65); }

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

background-color css

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

 a { background-color: rgb(90,54,65); }

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

border-color css

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

 span { border-color: rgb(90,54,65); }

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