Html Css Color HEX #5E394B Tawny Port

📋 copy color: '#5E394B'

red 94 ◦ green 57 ◦ blue 75

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

Shades of Tawny Port #5E394B

Tints of Tawny Port #5E394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 41.59%
G = 25.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E394B (or 0x5E394B) is known color: Tawny Port. HEX triplet: 5E, 39 and 4B. RGB value is (94,57,75). Sum of RGB (Red+Green+Blue) = 94+57+75=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E394B is #A1C6B4. Grayscale: #464646. Windows color (decimal): -10602165 or 4929886. OLE color: 4929886.

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

Color convert

RGB 94 57 75 -
CMYK 0 0.39 0.20 0.63
HSL 330.81º 0.25% 0.3% -
HSV(B) 330.81º 0.39% 0.37% -
XYZ 7.35 5.81 7.39 -
YUV 70.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 94 57 75 0 0.39 0.20 0.63 330.81 0.25 0.3
Hex 5E 39 4B 0 27 14 3F 14B 19 1E
Octal 136 71 113 0 47 24 77 513 31 36
Binary 1011110 111001 1001011 0 100111 10100 111111 101001011 11001 11110

Color Harmonies of #5E394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E394B

Black with #5E394B

Text Example


Text Example

White with #5E394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,57,75); }

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

background-color css

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

 a { background-color: rgb(94,57,75); }

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

border-color css

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

 span { border-color: rgb(94,57,75); }

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