#5C343F

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

Shades of Tawny Port #5C343F

Tints of Tawny Port #5C343F

Color information

#5C343F (or 0x5C343F) is unknown color: approx Tawny Port. HEX triplet: 5C, 34 and 3F. RGB value is (92,52,63). Sum of RGB (Red+Green+Blue) = 92+52+63=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343F is #A3CBC0. Grayscale: #414141. Windows color (decimal): -10734529 or 4142172. OLE color: 4142172.

HSL color Cylindrical-coordinate representation of color #5C343F: hue angle of 343.5º degrees, saturation: 0.28, 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 #5C343F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB925263-
CMYK00.430.320.64
HSL343.5º27.78%28.24%-
HSV(B)343.5º43.48%36.08%-
XYZ6.545.095.34-
YUV65.21126.75147.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 63 (25% from 255) = 30.43%
R=44.44%
G=25.12%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92526300.430.320.64343.527.7828.24
Hex5C343F02B20401581c1c
Octal1346477053401005303434
Binary1011100110100111111010101110000010000001010110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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