#5E3C48

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

Shades of Tawny Port #5E3C48

Tints of Tawny Port #5E3C48

Color information

#5E3C48 (or 0x5E3C48) is unknown color: approx Tawny Port. HEX triplet: 5E, 3C and 48. RGB value is (94,60,72). Sum of RGB (Red+Green+Blue) = 94+60+72=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3C48 is #A1C3B7. Grayscale: #474747. Windows color (decimal): -10601400 or 4734046. OLE color: 4734046.

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

Color convert

RGB946072-
CMYK00.360.230.63
HSL338.82º22.08%30.2%-
HSV(B)338.82º36.17%36.86%-
XYZ7.46.086.91-
YUV71.53128.26144.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.59%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=41.59%
G=26.55%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94607200.360.230.63338.8222.0830.2
Hex5E3C48024173F153161e
Octal1367411004427775232636
Binary101111011110010010000100100101111111111010100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,60,72); }

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

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

 a { background-color: rgb(94,60,72); }

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

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

 span { border-color: rgb(94,60,72); }

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