#5E383E

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

Shades of Tawny Port #5E383E

Tints of Tawny Port #5E383E

Color information

#5E383E (or 0x5E383E) is unknown color: approx Tawny Port. HEX triplet: 5E, 38 and 3E. RGB value is (94,56,62). Sum of RGB (Red+Green+Blue) = 94+56+62=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E383E is #A1C7C1. Grayscale: #444444. Windows color (decimal): -10602434 or 4077662. OLE color: 4077662.

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

Color convert

RGB945662-
CMYK00.400.340.63
HSL350.53º25.33%29.41%-
HSV(B)350.53º40.43%36.86%-
XYZ6.95.565.27-
YUV68.05124.59146.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=44.34%
G=26.42%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94566200.400.340.63350.5325.3329.41
Hex5E383E028223F15f191d
Octal136707605042775373135
Binary101111011100011111001010001000101111111010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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