#5D323F

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

Shades of Tawny Port #5D323F

Tints of Tawny Port #5D323F

Color information

#5D323F (or 0x5D323F) is unknown color: approx Tawny Port. HEX triplet: 5D, 32 and 3F. RGB value is (93,50,63). Sum of RGB (Red+Green+Blue) = 93+50+63=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D323F is #A2CDC0. Grayscale: #404040. Windows color (decimal): -10669505 or 4141661. OLE color: 4141661.

HSL color Cylindrical-coordinate representation of color #5D323F: hue angle of 341.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D323F is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB935063-
CMYK00.460.320.64
HSL341.86º30.07%28.04%-
HSV(B)341.86º46.24%36.47%-
XYZ6.554.975.32-
YUV64.34127.25148.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 63 (25% from 255) = 30.58%
R=45.15%
G=24.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93506300.460.320.64341.8630.0728.04
Hex5D323F02E20401561e1c
Octal1356277056401005263634
Binary1011101110010111111010111010000010000001010101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,50,63); }

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

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

 a { background-color: rgb(93,50,63); }

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

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

 span { border-color: rgb(93,50,63); }

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