#5B3F45

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

Shades of Tawny Port #5B3F45

Tints of Tawny Port #5B3F45

Color information

#5B3F45 (or 0x5B3F45) is unknown color: approx Tawny Port. HEX triplet: 5B, 3F and 45. RGB value is (91,63,69). Sum of RGB (Red+Green+Blue) = 91+63+69=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F45 is #A4C0BA. Grayscale: #484848. Windows color (decimal): -10797243 or 4538203. OLE color: 4538203.

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

Color convert

RGB916369-
CMYK00.310.240.64
HSL347.14º18.18%30.2%-
HSV(B)347.14º30.77%35.69%-
XYZ7.176.216.45-
YUV72.06126.28141.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=40.81%
G=28.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91636900.310.240.64347.1418.1830.2
Hex5B3F4501F184015b121e
Octal13377105037301005332236
Binary101101111111110001010111111100010000001010110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,63,69); }

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

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

 a { background-color: rgb(91,63,69); }

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

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

 span { border-color: rgb(91,63,69); }

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