#5D343E

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

Shades of Tawny Port #5D343E

Tints of Tawny Port #5D343E

Color information

#5D343E (or 0x5D343E) is unknown color: approx Tawny Port. HEX triplet: 5D, 34 and 3E. RGB value is (93,52,62). Sum of RGB (Red+Green+Blue) = 93+52+62=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D343E is #A2CBC1. Grayscale: #414141. Windows color (decimal): -10668994 or 4076637. OLE color: 4076637.

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

Color convert

RGB935262-
CMYK00.440.330.64
HSL345.37º28.28%28.43%-
HSV(B)345.37º44.09%36.47%-
XYZ6.615.135.2-
YUV65.4126.08147.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=44.93%
G=25.12%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93526200.440.330.64345.3728.2828.43
Hex5D343E02C21401591c1c
Octal1356476054411005313434
Binary1011101110100111110010110010000110000001010110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,52,62); }

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

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

 a { background-color: rgb(93,52,62); }

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

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

 span { border-color: rgb(93,52,62); }

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