#5D3243

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

Shades of Tawny Port #5D3243

Tints of Tawny Port #5D3243

Color information

#5D3243 (or 0x5D3243) is unknown color: approx Tawny Port. HEX triplet: 5D, 32 and 43. RGB value is (93,50,67). Sum of RGB (Red+Green+Blue) = 93+50+67=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3243 is #A2CDBC. Grayscale: #404040. Windows color (decimal): -10669501 or 4403805. OLE color: 4403805.

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

Color convert

RGB935067-
CMYK00.460.280.64
HSL336.28º30.07%28.04%-
HSV(B)336.28º46.24%36.47%-
XYZ6.675.015.93-
YUV64.8129.25148.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=44.29%
G=23.81%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93506700.460.280.64336.2830.0728.04
Hex5D324302E1C401501e1c
Octal13562103056341005203634
Binary1011101110010100001101011101110010000001010100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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