#5B343F

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

Shades of Tawny Port #5B343F

Tints of Tawny Port #5B343F

Color information

#5B343F (or 0x5B343F) is unknown color: approx Tawny Port. HEX triplet: 5B, 34 and 3F. RGB value is (91,52,63). Sum of RGB (Red+Green+Blue) = 91+52+63=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B343F is #A4CBC0. Grayscale: #404040. Windows color (decimal): -10800065 or 4142171. OLE color: 4142171.

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

Color convert

RGB915263-
CMYK00.430.310.64
HSL343.08º27.27%28.04%-
HSV(B)343.08º42.86%35.69%-
XYZ6.445.045.34-
YUV64.91126.92146.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.17%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 63 (25% from 255) = 30.58%
R=44.17%
G=25.24%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91526300.430.310.64343.0827.2728.04
Hex5B343F02B1F401571b1c
Octal1336477053371005273334
Binary101101111010011111101010111111110000001010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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