#513942

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

Shades of Tawny Port #513942

Tints of Tawny Port #513942

Color information

#513942 (or 0x513942) is unknown color: approx Tawny Port. HEX triplet: 51, 39 and 42. RGB value is (81,57,66). Sum of RGB (Red+Green+Blue) = 81+57+66=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513942 is #AEC6BD. Grayscale: #414141. Windows color (decimal): -11454142 or 4340049. OLE color: 4340049.

HSL color Cylindrical-coordinate representation of color #513942: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513942 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB815766-
CMYK00.300.190.68
HSL337.5º17.39%27.06%-
HSV(B)337.5º29.63%31.76%-
XYZ5.845.075.82-
YUV65.2128.45139.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=39.71%
G=27.94%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81576600.300.190.68337.517.3927.06
Hex51394201E1344152111b
Octal12171102036231045222133
Binary101000111100110000100111101001110001001010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513942; }

 p { color: rgb(81,57,66); }

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

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

 a { background-color: rgb(81,57,66); }

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

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

 span { border-color: rgb(81,57,66); }

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