#5F374E

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

Shades of Tawny Port #5F374E

Tints of Tawny Port #5F374E

Color information

#5F374E (or 0x5F374E) is unknown color: approx Tawny Port. HEX triplet: 5F, 37 and 4E. RGB value is (95,55,78). Sum of RGB (Red+Green+Blue) = 95+55+78=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F374E is #A0C8B1. Grayscale: #454545. Windows color (decimal): -10537138 or 5125983. OLE color: 5125983.

HSL color Cylindrical-coordinate representation of color #5F374E: hue angle of 325.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F374E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB955578-
CMYK00.420.180.63
HSL325.5º26.67%29.41%-
HSV(B)325.5º42.11%37.25%-
XYZ7.465.727.92-
YUV69.58132.75146.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=41.67%
G=24.12%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95557800.420.180.63325.526.6729.41
Hex5F374E02A123F1461b1d
Octal1376711605222775063335
Binary101111111011110011100101010100101111111010001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,78); }

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

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

 a { background-color: rgb(95,55,78); }

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

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

 span { border-color: rgb(95,55,78); }

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