Html Css Color HEX #5B3F49 Tawny Port

📋 copy color: '#5B3F49'

red 91 ◦ green 63 ◦ blue 73

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

Shades of Tawny Port #5B3F49

Tints of Tawny Port #5B3F49

RGB

 RED value IS 91 (35.94% from 255) = 40.09%

 GREEN value IS 63 (25% from 255) = 27.75%

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

R = 40.09%
G = 27.75%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B3F49 (or 0x5B3F49) is known color: Tawny Port. HEX triplet: 5B, 3F and 49. RGB value is (91,63,73). Sum of RGB (Red+Green+Blue) = 91+63+73=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F49 is #A4C0B6. Grayscale: #484848. Windows color (decimal): -10797239 or 4800347. OLE color: 4800347.

HSL color Cylindrical-coordinate representation of color #5B3F49: hue angle of 338.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B3F49 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 63 73 -
CMYK 0 0.31 0.20 0.64
HSL 338.57º 0.18% 0.3% -
HSV(B) 338.57º 0.31% 0.36% -
XYZ 7.29 6.26 7.13 -
YUV 72.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 91 63 73 0 0.31 0.20 0.64 338.57 0.18 0.3
Hex 5B 3F 49 0 1F 14 40 153 12 1E
Octal 133 77 111 0 37 24 100 523 22 36
Binary 1011011 111111 1001001 0 11111 10100 1000000 101010011 10010 11110

Color Harmonies of #5B3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3F49

Black with #5B3F49

Text Example


Text Example

White with #5B3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,63,73); }

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

background-color css

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

 a { background-color: rgb(91,63,73); }

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

border-color css

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

 span { border-color: rgb(91,63,73); }

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