#513F33

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

Shades of Paco #513F33

Tints of Paco #513F33

Color information

#513F33 (or 0x513F33) is unknown color: approx Paco. HEX triplet: 51, 3F and 33. RGB value is (81,63,51). Sum of RGB (Red+Green+Blue) = 81+63+51=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F33 is #AEC0CC. Grayscale: #434343. Windows color (decimal): -11452621 or 3358545. OLE color: 3358545.

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

Color convert

RGB816351-
CMYK00.220.370.68
HSL24º22.73%25.88%-
HSV(B)24º37.04%31.76%-
XYZ5.775.543.9-
YUV67.01118.96137.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=41.54%
G=32.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81635100.220.370.682422.7325.88
Hex513F33016254418171a
Octal121776302645104302732
Binary10100011111111100110101101001011000100110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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