#5D3240

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

Shades of Tawny Port #5D3240

Tints of Tawny Port #5D3240

Color information

#5D3240 (or 0x5D3240) is unknown color: approx Tawny Port. HEX triplet: 5D, 32 and 40. RGB value is (93,50,64). Sum of RGB (Red+Green+Blue) = 93+50+64=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3240 is #A2CDBF. Grayscale: #404040. Windows color (decimal): -10669504 or 4207197. OLE color: 4207197.

HSL color Cylindrical-coordinate representation of color #5D3240: hue angle of 340.47º 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 #5D3240 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB935064-
CMYK00.460.310.64
HSL340.47º30.07%28.04%-
HSV(B)340.47º46.24%36.47%-
XYZ6.584.985.46-
YUV64.45127.75148.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=44.93%
G=24.15%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93506400.460.310.64340.4730.0728.04
Hex5D324002E1F401541e1c
Octal13562100056371005243634
Binary1011101110010100000001011101111110000001010101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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