#5E384A

Color #5E384A Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5E384A

Tints of Tawny Port #5E384A

Color information

#5E384A (or 0x5E384A) is unknown color: approx Tawny Port. HEX triplet: 5E, 38 and 4A. RGB value is (94,56,74). Sum of RGB (Red+Green+Blue) = 94+56+74=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E384A is #A1C7B5. Grayscale: #454545. Windows color (decimal): -10602422 or 4864094. OLE color: 4864094.

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

Color convert

RGB945674-
CMYK00.400.210.63
HSL331.58º25.33%29.41%-
HSV(B)331.58º40.43%36.86%-
XYZ7.275.77.2-
YUV69.41130.59145.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=41.96%
G=25%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94567400.400.210.63331.5825.3329.41
Hex5E384A028153F14c191d
Octal1367011205025775143135
Binary101111011100010010100101000101011111111010011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E384A;
 }
 .AnyTagClassName
 {
   color: #5E384A;
 }
</style>
background-color css

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

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

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

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

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

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