#5E394B

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

Shades of Tawny Port #5E394B

Tints of Tawny Port #5E394B

Color information

#5E394B (or 0x5E394B) is unknown color: approx 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

RGB945775-
CMYK00.390.200.63
HSL330.81º24.5%29.61%-
HSV(B)330.81º39.36%36.86%-
XYZ7.355.817.39-
YUV70.11130.76145.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94577500.390.200.63330.8124.529.61
Hex5E394B027143F14b191e
Octal1367111304724775133136
Binary101111011100110010110100111101001111111010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>