Html Css Color HEX #5A3642 Tawny Port

📋 copy color: '#5A3642'

red 90 ◦ green 54 ◦ blue 66

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

Shades of Tawny Port #5A3642

Tints of Tawny Port #5A3642

RGB

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

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

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

R = 42.86%
G = 25.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A3642 (or 0x5A3642) is known color: Tawny Port. HEX triplet: 5A, 36 and 42. RGB value is (90,54,66). Sum of RGB (Red+Green+Blue) = 90+54+66=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3642 is #A5C9BD. Grayscale: #424242. Windows color (decimal): -10865086 or 4339290. OLE color: 4339290.

HSL color Cylindrical-coordinate representation of color #5A3642: hue angle of 340º 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 #5A3642 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 66 -
CMYK 0 0.40 0.27 0.65
HSL 340º 0.25% 0.28% -
HSV(B) 340º 0.4% 0.35% -
XYZ 6.52 5.21 5.82 -
YUV 66.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 90 54 66 0 0.40 0.27 0.65 340 0.25 0.28
Hex 5A 36 42 0 28 1B 41 154 19 1C
Octal 132 66 102 0 50 33 101 524 31 34
Binary 1011010 110110 1000010 0 101000 11011 1000001 101010100 11001 11100

Color Harmonies of #5A3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3642

Black with #5A3642

Text Example


Text Example

White with #5A3642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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