#513E32

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

Shades of Paco #513E32

Tints of Paco #513E32

Color information

#513E32 (or 0x513E32) is unknown color: approx Paco. HEX triplet: 51, 3E and 32. RGB value is (81,62,50). Sum of RGB (Red+Green+Blue) = 81+62+50=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #513E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E32 is #AEC1CD. Grayscale: #424242. Windows color (decimal): -11452878 or 3292753. OLE color: 3292753.

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

Color convert

RGB816250-
CMYK00.230.380.68
HSL23.23º23.66%25.69%-
HSV(B)23.23º38.27%31.76%-
XYZ5.695.423.76-
YUV66.31118.79138.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=41.97%
G=32.12%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81625000.230.380.6823.2323.6625.69
Hex513E32017264417181a
Octal121766202746104273032
Binary10100011111101100100101111001101000100101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,62,50); }

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

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

 a { background-color: rgb(81,62,50); }

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

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

 span { border-color: rgb(81,62,50); }

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