Html Css Color HEX #5E3840 Tawny Port

📋 copy color: '#5E3840'

red 94 ◦ green 56 ◦ blue 64

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

Shades of Tawny Port #5E3840

Tints of Tawny Port #5E3840

RGB

 RED value IS 94 (37.11% from 255) = 43.93%

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 43.93%
G = 26.17%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E3840 (or 0x5E3840) is known color: Tawny Port. HEX triplet: 5E, 38 and 40. RGB value is (94,56,64). Sum of RGB (Red+Green+Blue) = 94+56+64=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3840 is #A1C7BF. Grayscale: #444444. Windows color (decimal): -10602432 or 4208734. OLE color: 4208734.

HSL color Cylindrical-coordinate representation of color #5E3840: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3840 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 56 64 -
CMYK 0 0.40 0.32 0.63
HSL 347.37º 0.25% 0.29% -
HSV(B) 347.37º 0.4% 0.37% -
XYZ 6.96 5.58 5.56 -
YUV 68.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 94 56 64 0 0.40 0.32 0.63 347.37 0.25 0.29
Hex 5E 38 40 0 28 20 3F 15B 19 1D
Octal 136 70 100 0 50 40 77 533 31 35
Binary 1011110 111000 1000000 0 101000 100000 111111 101011011 11001 11101

Color Harmonies of #5E3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3840

Black with #5E3840

Text Example


Text Example

White with #5E3840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,64); }

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

background-color css

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

 a { background-color: rgb(94,56,64); }

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

border-color css

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

 span { border-color: rgb(94,56,64); }

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