#513F32

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

Shades of Paco #513F32

Tints of Paco #513F32

Color information

#513F32 (or 0x513F32) is unknown color: approx Paco. HEX triplet: 51, 3F and 32. RGB value is (81,63,50). Sum of RGB (Red+Green+Blue) = 81+63+50=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F32 is #AEC0CD. Grayscale: #424242. Windows color (decimal): -11452622 or 3293009. OLE color: 3293009.

HSL color Cylindrical-coordinate representation of color #513F32: hue angle of 25.16º 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 #513F32 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB816350-
CMYK00.220.380.68
HSL25.16º23.66%25.69%-
HSV(B)25.16º38.27%31.76%-
XYZ5.755.533.78-
YUV66.9118.46138.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=41.75%
G=32.47%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81635000.220.380.6825.1623.6625.69
Hex513F32016264419181a
Octal121776202646104313032
Binary10100011111111100100101101001101000100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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