#5D3C45

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

Shades of Tawny Port #5D3C45

Tints of Tawny Port #5D3C45

Color information

#5D3C45 (or 0x5D3C45) is unknown color: approx Tawny Port. HEX triplet: 5D, 3C and 45. RGB value is (93,60,69). Sum of RGB (Red+Green+Blue) = 93+60+69=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3C45 is #A2C3BA. Grayscale: #464646. Windows color (decimal): -10666939 or 4537437. OLE color: 4537437.

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

Color convert

RGB936069-
CMYK00.350.260.64
HSL343.64º21.57%30%-
HSV(B)343.64º35.48%36.47%-
XYZ7.25.996.41-
YUV70.89126.93143.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=41.89%
G=27.03%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93606900.350.260.64343.6421.5730
Hex5D3C450231A40158161e
Octal13574105043321005302636
Binary1011101111100100010101000111101010000001010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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