#513F37

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

Shades of Paco #513F37

Tints of Paco #513F37

Color information

#513F37 (or 0x513F37) is unknown color: approx Paco. HEX triplet: 51, 3F and 37. RGB value is (81,63,55). Sum of RGB (Red+Green+Blue) = 81+63+55=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F37 is #AEC0C8. Grayscale: #434343. Windows color (decimal): -11452617 or 3620689. OLE color: 3620689.

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

Color convert

RGB816355-
CMYK00.220.320.68
HSL18.46º19.12%26.67%-
HSV(B)18.46º32.1%31.76%-
XYZ5.865.584.38-
YUV67.47120.96137.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=40.70%
G=31.66%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81635500.220.320.6818.4619.1226.67
Hex513F37016204412131b
Octal121776702640104222333
Binary10100011111111101110101101000001000100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,63,55); }

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

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

 a { background-color: rgb(81,63,55); }

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

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

 span { border-color: rgb(81,63,55); }

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