#5D383E

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

Shades of Tawny Port #5D383E

Tints of Tawny Port #5D383E

Color information

#5D383E (or 0x5D383E) is unknown color: approx Tawny Port. HEX triplet: 5D, 38 and 3E. RGB value is (93,56,62). Sum of RGB (Red+Green+Blue) = 93+56+62=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D383E is #A2C7C1. Grayscale: #434343. Windows color (decimal): -10667970 or 4077661. OLE color: 4077661.

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

Color convert

RGB935662-
CMYK00.400.330.64
HSL350.27º24.83%29.22%-
HSV(B)350.27º39.78%36.47%-
XYZ6.85.55.26-
YUV67.75124.76146.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.08%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=44.08%
G=26.54%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93566200.400.330.64350.2724.8329.22
Hex5D383E028214015e191d
Octal1357076050411005363135
Binary1011101111000111110010100010000110000001010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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