#5D333F

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

Shades of Tawny Port #5D333F

Tints of Tawny Port #5D333F

Color information

#5D333F (or 0x5D333F) is unknown color: approx Tawny Port. HEX triplet: 5D, 33 and 3F. RGB value is (93,51,63). Sum of RGB (Red+Green+Blue) = 93+51+63=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D333F is #A2CCC0. Grayscale: #404040. Windows color (decimal): -10669249 or 4141917. OLE color: 4141917.

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

Color convert

RGB935163-
CMYK00.450.320.64
HSL342.86º29.17%28.24%-
HSV(B)342.86º45.16%36.47%-
XYZ6.65.055.33-
YUV64.93126.91148.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 63 (25% from 255) = 30.43%
R=44.93%
G=24.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93516300.450.320.64342.8629.1728.24
Hex5D333F02D20401571d1c
Octal1356377055401005273534
Binary1011101110011111111010110110000010000001010101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,63); }

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

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

 a { background-color: rgb(93,51,63); }

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

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

 span { border-color: rgb(93,51,63); }

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