#5D3945

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

Shades of Tawny Port #5D3945

Tints of Tawny Port #5D3945

Color information

#5D3945 (or 0x5D3945) is unknown color: approx Tawny Port. HEX triplet: 5D, 39 and 45. RGB value is (93,57,69). Sum of RGB (Red+Green+Blue) = 93+57+69=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3945 is #A2C6BA. Grayscale: #454545. Windows color (decimal): -10667707 or 4536669. OLE color: 4536669.

HSL color Cylindrical-coordinate representation of color #5D3945: hue angle of 340º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D3945 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB935769-
CMYK00.390.260.64
HSL340º24%29.41%-
HSV(B)340º38.71%36.47%-
XYZ7.055.686.36-
YUV69.13127.93145.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=42.47%
G=26.03%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93576900.390.260.643402429.41
Hex5D39450271A40154181d
Octal13571105047321005243035
Binary1011101111001100010101001111101010000001010101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,69); }

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

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

 a { background-color: rgb(93,57,69); }

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

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

 span { border-color: rgb(93,57,69); }

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