Html Css Color HEX #5F3C49 Tawny Port

📋 copy color: '#5F3C49'

red 95 ◦ green 60 ◦ blue 73

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

Shades of Tawny Port #5F3C49

Tints of Tawny Port #5F3C49

RGB

 RED value IS 95 (37.5% from 255) = 41.67%

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 41.67%
G = 26.32%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5F3C49 (or 0x5F3C49) is known color: Tawny Port. HEX triplet: 5F, 3C and 49. RGB value is (95,60,73). Sum of RGB (Red+Green+Blue) = 95+60+73=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C49 is #A0C3B6. Grayscale: #474747. Windows color (decimal): -10535863 or 4799583. OLE color: 4799583.

HSL color Cylindrical-coordinate representation of color #5F3C49: hue angle of 337.71º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F3C49 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 60 73 -
CMYK 0 0.37 0.23 0.63
HSL 337.71º 0.23% 0.3% -
HSV(B) 337.71º 0.37% 0.37% -
XYZ 7.54 6.15 7.09 -
YUV 71.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 95 60 73 0 0.37 0.23 0.63 337.71 0.23 0.3
Hex 5F 3C 49 0 25 17 3F 152 17 1E
Octal 137 74 111 0 45 27 77 522 27 36
Binary 1011111 111100 1001001 0 100101 10111 111111 101010010 10111 11110

Color Harmonies of #5F3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3C49

Black with #5F3C49

Text Example


Text Example

White with #5F3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,60,73); }

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

background-color css

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

 a { background-color: rgb(95,60,73); }

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

border-color css

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

 span { border-color: rgb(95,60,73); }

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