#513C44

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

Shades of Tawny Port #513C44

Tints of Tawny Port #513C44

Color information

#513C44 (or 0x513C44) is unknown color: approx Tawny Port. HEX triplet: 51, 3C and 44. RGB value is (81,60,68). Sum of RGB (Red+Green+Blue) = 81+60+68=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C44 is #AEC3BB. Grayscale: #434343. Windows color (decimal): -11453372 or 4471889. OLE color: 4471889.

HSL color Cylindrical-coordinate representation of color #513C44: hue angle of 337.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C44 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB816068-
CMYK00.260.160.68
HSL337.14º14.89%27.65%-
HSV(B)337.14º25.93%31.76%-
XYZ6.055.46.19-
YUV67.19128.46137.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=38.76%
G=28.71%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81606800.260.160.68337.1414.8927.65
Hex513C4401A1044151f1c
Octal12174104032201045211734
Binary10100011111001000100011010100001000100101010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513C44; }

 p { color: rgb(81,60,68); }

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

<style>
 a { background-color: #513C44; }

 a { background-color: rgb(81,60,68); }

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

<style>
 span { border-color: #513C44; }

 span { border-color: rgb(81,60,68); }

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